sim: clean up C11 header includes
[deliverable/binutils-gdb.git] / sim / common / dv-pal.c
index 66a916c6657e1afacf5b6aef3bec7f12bc9add0f..dd4ab4fb390f2819e916250417e2f1a3820d1500 100644 (file)
    its immediate domain */
 #include "hw-tree.h"
 
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
-
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
-#ifdef HAVE_STDLIB_H
 #include <stdlib.h>
-#endif
 
 /* DEVICE
 
This page took 0.024555 seconds and 4 git commands to generate.