aboutsummaryrefslogtreecommitdiff
path: root/binutils/ostrip.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/ostrip.c')
-rwxr-xr-xbinutils/ostrip.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils/ostrip.c b/binutils/ostrip.c
index 6ba318c..a66c76a 100755
--- a/binutils/ostrip.c
+++ b/binutils/ostrip.c
@@ -15,16 +15,15 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include "bfd.h"
#include "sysdep.h"
+#include "getopt.h"
#include <stdio.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include "getopt.h"
-#include "bfd.h"
-
enum strip_action {
strip_undef,
strip_all, /* strip all symbols */