summaryrefslogtreecommitdiff
path: root/sim/v850/simops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/v850/simops.c')
-rw-r--r--sim/v850/simops.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sim/v850/simops.c b/sim/v850/simops.c
index 40d578e5d0..93185b6de6 100644
--- a/sim/v850/simops.c
+++ b/sim/v850/simops.c
@@ -7,22 +7,11 @@
#ifdef HAVE_UTIME_H
#include <utime.h>
#endif
-
-#ifdef HAVE_TIME_H
#include <time.h>
-#endif
-
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-
-#ifdef HAVE_STRING_H
#include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
#include "targ-vals.h"