]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/or1k/sim-if.c
sim: clean up C11 header includes
[thirdparty/binutils-gdb.git] / sim / or1k / sim-if.c
index 18f70387063fd5bf74307b941bba1341957ae680..b5258a828a5fc32d721c614f5f25d33babb931f9 100644 (file)
 #include "libiberty.h"
 #include "bfd.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
 
 static void free_state (SIM_DESC);
 \f