aboutsummaryrefslogtreecommitdiff
path: root/gdb/addrmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/addrmap.c')
-rw-r--r--gdb/addrmap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/addrmap.c b/gdb/addrmap.c
index 6c3ed69..d49076b 100644
--- a/gdb/addrmap.c
+++ b/gdb/addrmap.c
@@ -18,9 +18,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "splay-tree.h"
-#include "gdb_obstack.h"
+
+/* Local non-gdb includes. */
#include "addrmap.h"
+#include "gdb_obstack.h"
+#include "splay-tree.h"
/* The "abstract class". */