]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-engine.c
sim: reorder header includes
[thirdparty/binutils-gdb.git] / sim / common / sim-engine.c
index 2a0fb72d75030200247aa7a359db7ba8e5f8ee17..0e06b55bfa1280922f64ae53be588a5e9f4609d7 100644 (file)
@@ -20,13 +20,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 /* This must come before any other includes.  */
 #include "defs.h"
 
+#include <stdio.h>
+#include <stdlib.h>
+
 #include "sim-main.h"
 #include "sim-assert.h"
 #include "sim-signal.h"
 
-#include <stdio.h>
-#include <stdlib.h>
-
 /* Get the run state.
    REASON/SIGRC are the values returned by sim_stop_reason.
    ??? Should each cpu have its own copy?  */