summaryrefslogtreecommitdiff
path: root/sim/cris/rvdummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/cris/rvdummy.c')
-rw-r--r--sim/cris/rvdummy.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sim/cris/rvdummy.c b/sim/cris/rvdummy.c
index cb16410304..f147ea9e59 100644
--- a/sim/cris/rvdummy.c
+++ b/sim/cris/rvdummy.c
@@ -41,13 +41,8 @@ main (int argc, char *argv[])
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-#ifdef HAVE_STDLIB_H
#include <stdlib.h>
-#endif
-#ifdef HAVE_STRING_H
#include <string.h>
-#endif
-
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
@@ -60,9 +55,7 @@ main (int argc, char *argv[])
#include <sys/select.h>
#endif
-#ifdef HAVE_ERRNO_H
#include <errno.h>
-#endif
/* Not guarded in dv-sockser.c, so why here. */
#include <netinet/in.h>