Fix elf64-ppc.c electric fence warning
[deliverable/binutils-gdb.git] / gdb / common / common-utils.c
index 3fe9bf952c0d57059e4ce53e37a5e0eafd64d755..2925dd5660a9f8a0517a462774e9cab5c44527d2 100644 (file)
@@ -1,6 +1,6 @@
 /* Shared general utility routines for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2014 Free Software Foundation, Inc.
+   Copyright (C) 1986-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 <string.h>
+#include "common-defs.h"
 
 /* The xmalloc() (libiberty.h) family of memory management routines.
 
This page took 0.024563 seconds and 4 git commands to generate.