sim: callback: add human readable strings for debugging to maps
[deliverable/binutils-gdb.git] / gdb / common / xml-utils.c
index 1d0057fb7df7506d4c02bdf8702d6d3aab6f7385..e928afb653a3e527ee8b612d441f8290bb6ca0bf 100644 (file)
@@ -1,7 +1,6 @@
 /* Shared helper routines for manipulating XML.
 
-   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2006-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifdef GDBSERVER
-#include "server.h"
-#else
-#include "defs.h"
-#endif
-
+#include "common-defs.h"
 #include "xml-utils.h"
 
-#include <string.h>
-
 /* Return a malloc allocated string with special characters from TEXT
    replaced by entity references.  */
 
This page took 0.027915 seconds and 4 git commands to generate.