summaryrefslogtreecommitdiff
path: root/gdb/psymtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/psymtab.h')
-rw-r--r--gdb/psymtab.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/psymtab.h b/gdb/psymtab.h
index c761fa72222..b064c94bbe0 100644
--- a/gdb/psymtab.h
+++ b/gdb/psymtab.h
@@ -20,10 +20,12 @@
#ifndef PSYMTAB_H
#define PSYMTAB_H
-#include "gdb_obstack.h"
-#include "symfile.h"
#include "common/next-iterator.h"
+
+/* Local includes. */
#include "bcache.h"
+#include "gdb_obstack.h"
+#include "symfile.h"
struct partial_symbol;