diff options
Diffstat (limited to 'sim/ppc/misc.c')
-rw-r--r-- | sim/ppc/misc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sim/ppc/misc.c b/sim/ppc/misc.c index 8c21bd3..6de3cf9 100644 --- a/sim/ppc/misc.c +++ b/sim/ppc/misc.c @@ -25,17 +25,8 @@ #include "build-config.h" #include "misc.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 void error (char *msg, ...) |