diff options
Diffstat (limited to 'gdb/coff-pe-read.c')
-rw-r--r-- | gdb/coff-pe-read.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gdb/coff-pe-read.c b/gdb/coff-pe-read.c index f5721382f4c..06da8411ff1 100644 --- a/gdb/coff-pe-read.c +++ b/gdb/coff-pe-read.c @@ -23,20 +23,20 @@ #include "defs.h" -#include "coff-pe-read.h" +/* Standard C includes. */ +#include <ctype.h> +/* Local non-gdb includes. */ #include "bfd.h" -#include "gdbtypes.h" - +#include "coff-pe-read.h" +#include "coff/internal.h" #include "command.h" +#include "common/common-utils.h" #include "gdbcmd.h" -#include "symtab.h" -#include "symfile.h" +#include "gdbtypes.h" #include "objfiles.h" -#include "common/common-utils.h" -#include "coff/internal.h" - -#include <ctype.h> +#include "symfile.h" +#include "symtab.h" /* Internal section information */ |