]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/cris/rvdummy.c
sim: clean up C11 header includes
[thirdparty/binutils-gdb.git] / sim / cris / rvdummy.c
index cb16410304d627f94bf3933ff7c7aacd43706498..f147ea9e59b8b2df38995eb77366092d54984210 100644 (file)
@@ -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>