diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-14 00:01:50 +0000 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-14 00:01:50 +0000 |
commit | 4311fd8b89903a35a4485ff7db8a44036bfd1bdc (patch) | |
tree | c9851d26cc3c1657fd6b84b5eaaeb7e7074ccd1c /src/field_poison.c | |
parent | 6fcf878e2f8b4836a2652cd2c90ef5cf67c4b976 (diff) |
Sort includes into alphabetical order
Diffstat (limited to 'src/field_poison.c')
-rw-r--r-- | src/field_poison.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_poison.c b/src/field_poison.c index e7d2a7e8a..02f37f69f 100644 --- a/src/field_poison.c +++ b/src/field_poison.c @@ -1,5 +1,6 @@ #include "global.h" #include "battle.h" +#include "battle_pike.h" #include "event_data.h" #include "field_message_box.h" #include "field_poison.h" @@ -12,7 +13,6 @@ #include "string_util.h" #include "strings.h" #include "task.h" -#include "battle_pike.h" #include "constants/species.h" static bool32 IsMonValidSpecies(struct Pokemon *pokemon) |