summaryrefslogtreecommitdiff
path: root/gdb/mipsread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r--gdb/mipsread.c20
1 files changed, 11 insertions, 9 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c
index e54dc5de45a..42c1b64abfb 100644
--- a/gdb/mipsread.c
+++ b/gdb/mipsread.c
@@ -24,22 +24,24 @@
mdebugread.c. */
#include "defs.h"
-#include "bfd.h"
-#include "symtab.h"
-#include "objfiles.h"
-#include "stabsread.h"
-#include "mdebugread.h"
-#include "coff/sym.h"
-#include "coff/internal.h"
+/* Local non-gdb includes. */
+#include "bfd.h"
#include "coff/ecoff.h"
-#include "libcoff.h" /* Private BFD COFF information. */
-#include "libecoff.h" /* Private BFD ECOFF information. */
+#include "coff/internal.h"
+#include "coff/sym.h"
#include "elf/common.h"
#include "elf/internal.h"
#include "elf/mips.h"
+#include "libcoff.h"
+#include "libecoff.h"
+/* Local includes. */
+#include "mdebugread.h"
+#include "objfiles.h"
#include "psymtab.h"
+#include "stabsread.h"
+#include "symtab.h"
static void
read_alphacoff_dynamic_symtab (minimal_symbol_reader &,