diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-26 15:01:42 +0200 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-26 15:40:16 +0200 |
commit | f26daa3d6954d2db3a7c44b79d319a7a084462c2 (patch) | |
tree | fc604ee8a124ee4e2bfd7e3c97a4006fc0f97278 /src/tv.c | |
parent | 4d2b22a899c11dfcacfec6889968ab01655a3fe3 (diff) |
Sort includes
Diffstat (limited to 'src/tv.c')
-rw-r--r-- | src/tv.c | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -1,29 +1,29 @@ -#include "battle_tower.h" -#include "field_specials.h" -#include "region_map.h" -#include "script_menu.h" -#include "field_map_obj.h" #include "global.h" #include "tv.h" +#include "battle_tower.h" +#include "contest_painting.h" #include "data2.h" +#include "easy_chat.h" #include "event_data.h" +#include "field_map_obj.h" #include "field_message_box.h" +#include "field_specials.h" #include "flags.h" -#include "rng.h" -#include "string_util.h" -#include "text.h" -#include "species.h" -#include "pokedex.h" -#include "naming_screen.h" -#include "rom4.h" -#include "map_constants.h" -#include "strings.h" -#include "link.h" -#include "easy_chat.h" #include "item.h" #include "items.h" -#include "contest_painting.h" +#include "link.h" +#include "map_constants.h" +#include "naming_screen.h" +#include "pokedex.h" +#include "region_map.h" +#include "rng.h" +#include "rom4.h" #include "rtc.h" +#include "script_menu.h" +#include "species.h" +#include "string_util.h" +#include "strings.h" +#include "text.h" struct UnkTvStruct { |