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/field_tasks.c | |
parent | 6fcf878e2f8b4836a2652cd2c90ef5cf67c4b976 (diff) |
Sort includes into alphabetical order
Diffstat (limited to 'src/field_tasks.c')
-rw-r--r-- | src/field_tasks.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/field_tasks.c b/src/field_tasks.c index 5fb23f536..7a7f49120 100644 --- a/src/field_tasks.c +++ b/src/field_tasks.c @@ -1,24 +1,24 @@ #include "global.h" -#include "task.h" -#include "main.h" -#include "constants/vars.h" #include "bike.h" -#include "item.h" -#include "constants/items.h" +#include "clock.h" #include "event_data.h" +#include "field_camera.h" +#include "field_effect_helpers.h" +#include "field_player_avatar.h" +#include "field_special_scene.h" +#include "field_tasks.h" +#include "fieldmap.h" +#include "item.h" +#include "main.h" +#include "metatile_behavior.h" #include "overworld.h" -#include "clock.h" #include "script.h" -#include "field_special_scene.h" -#include "field_effect_helpers.h" #include "secret_base.h" -#include "metatile_behavior.h" -#include "fieldmap.h" -#include "field_player_avatar.h" -#include "field_camera.h" -#include "constants/songs.h" #include "sound.h" -#include "field_tasks.h" +#include "task.h" +#include "constants/items.h" +#include "constants/songs.h" +#include "constants/vars.h" struct MetatileOffset { |