X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Faddrmap.c;h=d49076b5ae7c43d3c9cefed4f3e514df85da25e8;hb=d55e5aa6b29906346c51ad00e6a9b112590aa294;hp=a6509d108992965cf6d77b4a8f3706e13ce7c4c8;hpb=e2882c85786571175a0b0bfc3bcd2f14620b1ea3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/addrmap.c b/gdb/addrmap.c index a6509d1089..d49076b5ae 100644 --- a/gdb/addrmap.c +++ b/gdb/addrmap.c @@ -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. @@ -18,9 +18,11 @@ along with this program. If not, see . */ #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". */