]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/ppc/sim_calls.c
sim: clean up C11 header includes
[thirdparty/binutils-gdb.git] / sim / ppc / sim_calls.c
index 0a209bf6e0d0687833dd16c16a6a5ee654ffc504..c8364f090046d15aae6e686f6f30d02f9bae0c0b 100644 (file)
 
 #undef printf_filtered /* blow away the mapping */
 
-#ifdef HAVE_STDLIB_H
 #include <stdlib.h>
-#endif
-
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
 
 #include "libiberty.h"
 #include "bfd.h"