Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / addrmap.c
index a6509d108992965cf6d77b4a8f3706e13ce7c4c8..d49076b5ae7c43d3c9cefed4f3e514df85da25e8 100644 (file)
@@ -1,6 +1,6 @@
 /* addrmap.c --- implementation of address map data structure.
 
-   Copyright (C) 2007-2018 Free Software Foundation, Inc.
+   Copyright (C) 2007-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    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"
 
 \f
 /* The "abstract class".  */
This page took 0.025439 seconds and 4 git commands to generate.