]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-hw.c
sim: clean up C11 header includes
[thirdparty/binutils-gdb.git] / sim / common / sim-hw.c
index 979a4679af6ab894e6be0bf21816c08bc04caa2e..81b4f64f7c22e794d61d68e9d5ff9c13b9dac8bf 100644 (file)
@@ -28,17 +28,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "hw-main.h"
 #include "hw-base.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
 #include <ctype.h>
 #include <errno.h>