summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r--gdb/mdebugread.c44
1 files changed, 23 insertions, 21 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index 35e7890f357..c88d0c22b01 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -40,33 +40,35 @@
on any type of host. */
#include "defs.h"
-#include "symtab.h"
-#include "gdbtypes.h"
-#include "gdbcore.h"
-#include "filenames.h"
-#include "objfiles.h"
-#include "gdb_obstack.h"
-#include "buildsym-legacy.h"
-#include "stabsread.h"
-#include "complaints.h"
-#include "demangle.h"
-#include "gdb-demangle.h"
-#include "block.h"
-#include "dictionary.h"
#include "mdebugread.h"
-#include <sys/stat.h>
-#include "psympriv.h"
-#include "source.h"
-
-#include "bfd.h"
-#include "coff/ecoff.h" /* COFF-like aspects of ecoff files. */
+/* Standard C includes. */
+#include <sys/stat.h>
-#include "libaout.h" /* Private BFD a.out information. */
+/* Local non-gdb includes. */
#include "aout/aout64.h"
-#include "aout/stab_gnu.h" /* STABS information. */
+#include "aout/stab_gnu.h"
+#include "bfd.h"
+#include "coff/ecoff.h"
+#include "demangle.h"
+#include "filenames.h"
+#include "libaout.h"
+/* Local includes. */
+#include "block.h"
+#include "buildsym-legacy.h"
+#include "complaints.h"
+#include "dictionary.h"
#include "expression.h"
+#include "gdb-demangle.h"
+#include "gdb_obstack.h"
+#include "gdbcore.h"
+#include "gdbtypes.h"
+#include "objfiles.h"
+#include "psympriv.h"
+#include "source.h"
+#include "stabsread.h"
+#include "symtab.h"
/* Provide a way to test if we have both ECOFF and ELF symbol tables.
We use this define in order to know whether we should override a