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