summaryrefslogtreecommitdiff
path: root/src/battle_controllers.c
diff options
context:
space:
mode:
authorSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-11-14 00:01:50 +0000
committerSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-11-14 00:01:50 +0000
commit4311fd8b89903a35a4485ff7db8a44036bfd1bdc (patch)
treec9851d26cc3c1657fd6b84b5eaaeb7e7074ccd1c /src/battle_controllers.c
parent6fcf878e2f8b4836a2652cd2c90ef5cf67c4b976 (diff)
Sort includes into alphabetical order
Diffstat (limited to 'src/battle_controllers.c')
-rw-r--r--src/battle_controllers.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/battle_controllers.c b/src/battle_controllers.c
index 56ff34528..1c6942ead 100644
--- a/src/battle_controllers.c
+++ b/src/battle_controllers.c
@@ -1,17 +1,17 @@
#include "global.h"
#include "battle.h"
+#include "battle_ai_script_commands.h"
+#include "battle_anim.h"
#include "battle_controllers.h"
+#include "battle_message.h"
#include "cable_club.h"
#include "link.h"
-#include "task.h"
-#include "battle_ai_script_commands.h"
-#include "battle_anim.h"
#include "pokemon.h"
-#include "constants/species.h"
#include "recorded_battle.h"
+#include "task.h"
#include "util.h"
#include "constants/abilities.h"
-#include "battle_message.h"
+#include "constants/species.h"
extern u8 gUnknown_02022D08;
extern u8 gUnknown_02022D09;