summaryrefslogtreecommitdiff
path: root/gdb/block.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/block.c')
-rw-r--r--gdb/block.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/gdb/block.c b/gdb/block.c
index 63c7d9f3955..931b02074f6 100644
--- a/gdb/block.c
+++ b/gdb/block.c
@@ -19,13 +19,15 @@
#include "defs.h"
#include "block.h"
-#include "symtab.h"
-#include "symfile.h"
-#include "gdb_obstack.h"
-#include "cp-support.h"
+
+/* Local includes. */
#include "addrmap.h"
+#include "cp-support.h"
+#include "gdb_obstack.h"
#include "gdbtypes.h"
#include "objfiles.h"
+#include "symfile.h"
+#include "symtab.h"
/* This is used by struct block to store namespace-related info for
C++ files, namely using declarations and the current namespace in