aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/misc.h')
-rw-r--r--sim/ppc/misc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/ppc/misc.h b/sim/ppc/misc.h
index 232f2ea..c080ae2 100644
--- a/sim/ppc/misc.h
+++ b/sim/ppc/misc.h
@@ -24,18 +24,8 @@
#include <stdio.h>
#include <ctype.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
#if !defined (__attribute__) && (!defined(__GNUC__) || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7))
#define __attribute__(arg)