summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intro.c')
-rw-r--r--src/intro.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/intro.c b/src/intro.c
index 544d8b64f..9ccfcfeac 100644
--- a/src/intro.c
+++ b/src/intro.c
@@ -1,21 +1,21 @@
#include "global.h"
#include "intro.h"
#include "asm.h"
+#include "decompress.h"
#include "gba/m4a_internal.h"
-#include "m4a.h"
#include "libgncmultiboot.h"
-#include "save.h"
-#include "decompress.h"
-#include "title_screen.h"
-#include "new_game.h"
#include "link.h"
+#include "m4a.h"
#include "main.h"
+#include "new_game.h"
#include "palette.h"
#include "rng.h"
+#include "save.h"
#include "songs.h"
#include "sound.h"
#include "species.h"
#include "task.h"
+#include "title_screen.h"
#include "trig.h"
extern void *species_and_otid_get_pal(/*TODO: arg types*/);