summaryrefslogtreecommitdiff
path: root/sim/ppc/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/misc.c')
-rw-r--r--sim/ppc/misc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sim/ppc/misc.c b/sim/ppc/misc.c
index 8c21bd38b1..6de3cf9a95 100644
--- a/sim/ppc/misc.c
+++ b/sim/ppc/misc.c
@@ -25,17 +25,8 @@
#include "build-config.h"
#include "misc.h"
-#ifdef HAVE_STDLIB_H
#include <stdlib.h>
-#endif
-
-#ifdef HAVE_STRING_H
#include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
void
error (char *msg, ...)