Fix elf64-ppc.c electric fence warning
[deliverable/binutils-gdb.git] / gdb / common / xml-utils.c
index 89093cf8e51e27357e3d6194c106555c4cf8925d..e928afb653a3e527ee8b612d441f8290bb6ca0bf 100644 (file)
@@ -1,6 +1,6 @@
 /* Shared helper routines for manipulating XML.
 
-   Copyright (C) 2006-2013 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.025352 seconds and 4 git commands to generate.