aboutsummaryrefslogtreecommitdiff
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 63c7d9f..366141c 100644
--- a/gdb/block.c
+++ b/gdb/block.c
@@ -18,14 +18,16 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+
+/* Local non-gdb includes. */
+#include "addrmap.h"
#include "block.h"
-#include "symtab.h"
-#include "symfile.h"
-#include "gdb_obstack.h"
#include "cp-support.h"
-#include "addrmap.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