common-defs.h: include <stdarg.h> before <stdio.h>
[deliverable/binutils-gdb.git] / gdb / common / buffer.c
index a50c890579587aa7ab5e13a008fcb7f6bd915e4b..d6afb6a39ee34491fede878d5768fc8927e66176 100644 (file)
    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 <stdint.h>
 
 void
This page took 0.028214 seconds and 4 git commands to generate.