Fix elf64-ppc.c electric fence warning
[deliverable/binutils-gdb.git] / gdb / common / buffer.c
index 4d9edb88317af8e9428ea6e4a37e87a7e46885ec..28b2625f069301ccf1994e4918d94a0f1b3f2e00 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple growing buffer for GDB.
   
-   Copyright (C) 2009-2014 Free Software Foundation, Inc.
+   Copyright (C) 2009-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 "buffer.h"
 #include "inttypes.h"
-
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
 #include <stdint.h>
 
 void
This page took 0.024894 seconds and 4 git commands to generate.