aboutsummaryrefslogtreecommitdiff
path: root/binutils/strip.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-11 11:22:05 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-11 11:22:05 +0000
commit2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf (patch)
treea302fb0937843d5943c445b3f92318c40e0d30bf /binutils/strip.c
parent1b78540a998448aae14f21a9c7922d0b5ade161a (diff)
downloadgdb-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.zip
gdb-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.tar.gz
gdb-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.tar.bz2
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
Diffstat (limited to 'binutils/strip.c')
-rwxr-xr-xbinutils/strip.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/binutils/strip.c b/binutils/strip.c
index 6dd2eab..79dfc2b 100755
--- a/binutils/strip.c
+++ b/binutils/strip.c
@@ -18,13 +18,9 @@
/* BUGS: When there's not enough memory, this should do the copy
in pieces rather than just fail as it does now */
-#include "sysdep.h"
#include "bfd.h"
-
+#include "sysdep.h"
#include "getopt.h"
-
-
-
#include <signal.h>
/* Various program options */