bfd/
[deliverable/binutils-gdb.git] / binutils / sysdump.c
index 12b1034624bff98f94ac81f4041b73d7a0a734ca..2f924692064ade7edb86194db66a489424e364a5 100644 (file)
  This program reads a SYSROFF object file and prints it in an
  almost human readable form to stdout.  */
 
+#include "sysdep.h"
 #include "bfd.h"
-#include "bucomm.h"
 #include "safe-ctype.h"
-
-#include <stdio.h>
 #include "libiberty.h"
 #include "getopt.h"
+#include "bucomm.h"
 #include "sysroff.h"
 
 static int dump = 1;
This page took 0.02758 seconds and 4 git commands to generate.