summaryrefslogtreecommitdiff
path: root/binutils/dllwrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/dllwrap.c')
-rw-r--r--binutils/dllwrap.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c
index 59b810ff60..9828a958a7 100644
--- a/binutils/dllwrap.c
+++ b/binutils/dllwrap.c
@@ -27,19 +27,15 @@
#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>