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/pokemon_animation.c | |
parent | 6fcf878e2f8b4836a2652cd2c90ef5cf67c4b976 (diff) |
Sort includes into alphabetical order
Diffstat (limited to 'src/pokemon_animation.c')
-rw-r--r-- | src/pokemon_animation.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pokemon_animation.c b/src/pokemon_animation.c index 90bba702e..989bce37d 100644 --- a/src/pokemon_animation.c +++ b/src/pokemon_animation.c @@ -1,12 +1,12 @@ #include "global.h" #include "pokemon.h" -#include "sprite.h" #include "pokemon_animation.h" -#include "trig.h" +#include "sprite.h" #include "task.h" +#include "trig.h" #include "util.h" -#include "constants/rgb.h" #include "constants/battle_anim.h" +#include "constants/rgb.h" #include "constants/species.h" struct UnkAnimStruct |