summaryrefslogtreecommitdiff
path: root/sim/ppc/hw_sem.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/hw_sem.c')
-rw-r--r--sim/ppc/hw_sem.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sim/ppc/hw_sem.c b/sim/ppc/hw_sem.c
index f1c3295444..5f3595204d 100644
--- a/sim/ppc/hw_sem.c
+++ b/sim/ppc/hw_sem.c
@@ -23,14 +23,7 @@
#include "device_table.h"
-#ifdef HAVE_STRING_H
#include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
-
#include <sys/ipc.h>
#include <sys/sem.h>