sim: unify toolchain dependency logic
[deliverable/binutils-gdb.git] / sim / common / dv-pal.c
index 66a916c6657e1afacf5b6aef3bec7f12bc9add0f..c60f524ea8ea4000e3d3e8d0123f8bd6ff8497c7 100644 (file)
@@ -19,7 +19,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "config.h"
+/* This must come before any other includes.  */
+#include "defs.h"
+
 #include "sim-main.h"
 #include "hw-main.h"
 #include "sim-io.h"
    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.023892 seconds and 4 git commands to generate.