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/fldeff_groundshake.c | |
parent | 6fcf878e2f8b4836a2652cd2c90ef5cf67c4b976 (diff) |
Sort includes into alphabetical order
Diffstat (limited to 'src/fldeff_groundshake.c')
-rw-r--r-- | src/fldeff_groundshake.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/fldeff_groundshake.c b/src/fldeff_groundshake.c index 60b078982..e9a46bb86 100644 --- a/src/fldeff_groundshake.c +++ b/src/fldeff_groundshake.c @@ -1,10 +1,7 @@ #include "global.h" -#include "global.fieldmap.h" -#include "constants/flags.h" -#include "constants/songs.h" #include "event_data.h" -#include "field_camera.h" #include "event_object_movement.h" +#include "field_camera.h" #include "malloc.h" #include "random.h" #include "roulette_util.h" @@ -12,6 +9,8 @@ #include "sound.h" #include "sprite.h" #include "task.h" +#include "constants/flags.h" +#include "constants/songs.h" // structures struct Struct203CF18 { |