diff options
Diffstat (limited to 'sim/or1k/sim-if.c')
-rw-r--r-- | sim/or1k/sim-if.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/or1k/sim-if.c b/sim/or1k/sim-if.c index 18f7038..b5258a8 100644 --- a/sim/or1k/sim-if.c +++ b/sim/or1k/sim-if.c @@ -21,16 +21,8 @@ #include "libiberty.h" #include "bfd.h" -#ifdef HAVE_STRING_H #include <string.h> -#else -#ifdef HAVE_STRINGS_H -#include <strings.h> -#endif -#endif -#ifdef HAVE_STDLIB_H #include <stdlib.h> -#endif static void free_state (SIM_DESC); |