summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 0e93fb89f..3275c817e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,8 +1,8 @@
#include "global.h"
-#include "main.h"
-#include "asm.h"
#include "gba/flash_internal.h"
#include "gba/m4a_internal.h"
+#include "main.h"
+#include "asm.h"
#include "intro.h"
#include "link.h"
#include "load_save.h"