]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/dllwrap.c
bfd/
[thirdparty/binutils-gdb.git] / binutils / dllwrap.c
index 59b810ff6024e62e6bb7443505067bd9421b6a1b..9828a958a73cbabf69a0c7975d1d096f253dc561 100644 (file)
 #endif
 #endif
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
+#include "sysdep.h"
 #include "bfd.h"
 #include "libiberty.h"
-#include "bucomm.h"
 #include "getopt.h"
 #include "dyn-string.h"
+#include "bucomm.h"
 
 #include <time.h>
 #include <sys/stat.h>
-#include <stdarg.h>
 
 #ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>