summaryrefslogtreecommitdiff
path: root/src/pokemon_size_record.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/pokemon_size_record.c
parent6fcf878e2f8b4836a2652cd2c90ef5cf67c4b976 (diff)
Sort includes into alphabetical order
Diffstat (limited to 'src/pokemon_size_record.c')
-rw-r--r--src/pokemon_size_record.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pokemon_size_record.c b/src/pokemon_size_record.c
index fe3b3e8dd..473bbee03 100644
--- a/src/pokemon_size_record.c
+++ b/src/pokemon_size_record.c
@@ -1,10 +1,10 @@
#include "global.h"
-#include "pokemon_size_record.h"
#include "event_data.h"
-#include "constants/species.h"
+#include "pokemon.h"
+#include "pokemon_size_record.h"
#include "string_util.h"
#include "text.h"
-#include "pokemon.h"
+#include "constants/species.h"
#define DEFAULT_MAX_SIZE 0x8000 // was 0x8100 in Ruby/Sapphire