summaryrefslogtreecommitdiff
path: root/sim/igen/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/igen/misc.h')
-rw-r--r--sim/igen/misc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/igen/misc.h b/sim/igen/misc.h
index 7634816dcd..40e9cd05d1 100644
--- a/sim/igen/misc.h
+++ b/sim/igen/misc.h
@@ -54,18 +54,8 @@ typedef unsigned __int64 unsigned64;
#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)