summaryrefslogtreecommitdiff
path: root/src/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/link.c')
-rw-r--r--src/link.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/link.c b/src/link.c
index 7b4625bfd..2b463f6b4 100644
--- a/src/link.c
+++ b/src/link.c
@@ -1,17 +1,17 @@
#include "global.h"
#include "link.h"
#include "asm.h"
+#include "battle.h"
#include "main.h"
-#include "task.h"
-#include "text.h"
-#include "sprite.h"
-#include "songs.h"
+#include "menu.h"
#include "palette.h"
#include "rng.h"
-#include "menu.h"
-#include "sound.h"
#include "save.h"
-#include "battle.h"
+#include "songs.h"
+#include "sound.h"
+#include "sprite.h"
+#include "task.h"
+#include "text.h"
#define SIO_MULTI_CNT ((struct SioMultiCnt *)REG_ADDR_SIOCNT)