]> Git Repo - binutils.git/blobdiff - sim/common/callback.c
sim: switch config.h usage to defs.h
[binutils.git] / sim / common / callback.c
index 24ea47025e1bf9e7fdf740c70a67b50c066dd618..f2587a4525403e5dcd92dc2f4d73c5cdf6780d98 100644 (file)
@@ -20,9 +20,9 @@
 /* This file provides a standard way for targets to talk to the host OS
    level.  */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+/* This must come before any other includes.  */
+#include "defs.h"
+
 #include "ansidecl.h"
 #include <stdarg.h>
 #include <stdio.h>
This page took 0.024391 seconds and 4 git commands to generate.