summaryrefslogtreecommitdiff
path: root/sim/ppc/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/device.c')
-rw-r--r--sim/ppc/device.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/ppc/device.c b/sim/ppc/device.c
index d5093bbdad..6a0209e5ce 100644
--- a/sim/ppc/device.c
+++ b/sim/ppc/device.c
@@ -29,18 +29,8 @@
#include "events.h"
#include "psim.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>
STATIC_INLINE_DEVICE (void) clean_device_properties(device *);