summaryrefslogtreecommitdiff
path: root/sim/mips/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mips/interp.c')
-rw-r--r--sim/mips/interp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/mips/interp.c b/sim/mips/interp.c
index 9dbac8c58f..49e5f71675 100644
--- a/sim/mips/interp.c
+++ b/sim/mips/interp.c
@@ -41,16 +41,8 @@ code on the hardware.
#include <ctype.h>
#include <limits.h>
#include <math.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 "getopt.h"
#include "libiberty.h"