remote: get rid of all the T packets when syncing the thread list
[deliverable/binutils-gdb.git] / gdb / addrmap.c
index b06e4f62a18318aeb1497e00e212745e3ee41a86..a5db199a5569143c4e0880ece1e1e793351fd24a 100644 (file)
@@ -1,6 +1,6 @@
 /* addrmap.c --- implementation of address map data structure.
 
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2014 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 <stdlib.h>
-
 #include "splay-tree.h"
 #include "gdb_obstack.h"
 #include "addrmap.h"
-#include "gdb_assert.h"
-
 
 \f
 /* The "abstract class".  */
This page took 0.025068 seconds and 4 git commands to generate.