summaryrefslogtreecommitdiff
path: root/sim/ppc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/tree.c')
-rw-r--r--sim/ppc/tree.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sim/ppc/tree.c b/sim/ppc/tree.c
index 5d20bf4103..a0e0820b4d 100644
--- a/sim/ppc/tree.c
+++ b/sim/ppc/tree.c
@@ -29,19 +29,8 @@
#include "device.h"
#include "tree.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
-
#include <ctype.h>
#include "libiberty.h"