Sort includes into alphabetical order

This commit is contained in:
Slawter666
2018-11-14 00:01:50 +00:00
parent 6fcf878e2f
commit 4311fd8b89
35 changed files with 395 additions and 401 deletions
+10 -10
View File
@@ -1,19 +1,19 @@
#include "global.h"
#include "pokemon.h"
#include "sprite.h"
#include "pokeball.h"
#include "battle.h"
#include "battle_anim.h"
#include "task.h"
#include "sound.h"
#include "constants/songs.h"
#include "trig.h"
#include "decompress.h"
#include "graphics.h"
#include "main.h"
#include "m4a.h"
#include "decompress.h"
#include "constants/species.h"
#include "pokeball.h"
#include "pokemon.h"
#include "sound.h"
#include "sprite.h"
#include "task.h"
#include "trig.h"
#include "util.h"
#include "graphics.h"
#include "constants/songs.h"
#include "constants/species.h"
extern struct MusicPlayerInfo gMPlayInfo_BGM;