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_icon.c | |
parent | 6fcf878e2f8b4836a2652cd2c90ef5cf67c4b976 (diff) |
Sort includes into alphabetical order
Diffstat (limited to 'src/pokemon_icon.c')
-rw-r--r-- | src/pokemon_icon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pokemon_icon.c b/src/pokemon_icon.c index e3b54058d..994cc520e 100644 --- a/src/pokemon_icon.c +++ b/src/pokemon_icon.c @@ -1,10 +1,10 @@ #include "global.h" -#include "sprite.h" -#include "mail.h" #include "graphics.h" -#include "constants/species.h" +#include "mail.h" #include "palette.h" #include "pokemon_icon.h" +#include "sprite.h" +#include "constants/species.h" #define POKE_ICON_BASE_PAL_TAG 56000 |