sim: clean up C11 header includes
[deliverable/binutils-gdb.git] / sim / ppc / emul_netbsd.c
index 0bda20e164b53085703b3d8f4ac9ae67a7e0dc6f..0135a93298b8a38d5175d32d39646ba7053f465a 100644 (file)
 #include "emul_generic.h"
 #include "emul_netbsd.h"
 
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
-
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdio.h>
@@ -82,9 +75,7 @@ int getrusage();
 #include <unistd.h>
 #endif
 
-#ifdef HAVE_STDLIB_H
 #include <stdlib.h>
-#endif
 
 #define WITH_NetBSD_HOST (NetBSD >= 199306)
 #if WITH_NetBSD_HOST /* here NetBSD as that is what we're emulating */
This page took 0.024182 seconds and 4 git commands to generate.