Clean up includes
This commit is contained in:
+1
-16
@@ -1,18 +1,10 @@
|
||||
#include "global.h"
|
||||
#include "data.h"
|
||||
#include "malloc.h"
|
||||
#include "main.h"
|
||||
#include "gflib.h"
|
||||
#include "task.h"
|
||||
#include "palette.h"
|
||||
#include "menu.h"
|
||||
#include "random.h"
|
||||
#include "menu_helpers.h"
|
||||
#include "window.h"
|
||||
#include "text_window.h"
|
||||
#include "dynamic_placeholder_text_util.h"
|
||||
#include "event_data.h"
|
||||
#include "event_scripts.h"
|
||||
#include "string_util.h"
|
||||
#include "script.h"
|
||||
#include "overworld.h"
|
||||
#include "field_fadetransition.h"
|
||||
@@ -20,16 +12,13 @@
|
||||
#include "event_object_movement.h"
|
||||
#include "event_object_lock.h"
|
||||
#include "field_player_avatar.h"
|
||||
#include "battle.h"
|
||||
#include "item.h"
|
||||
#include "region_map.h"
|
||||
#include "map_name_popup.h"
|
||||
#include "wild_encounter.h"
|
||||
#include "help_system.h"
|
||||
#include "party_menu.h"
|
||||
#include "pokemon_storage_system.h"
|
||||
#include "save.h"
|
||||
#include "link.h"
|
||||
#include "quest_log_objects.h"
|
||||
#include "quest_log_player.h"
|
||||
#include "quest_log.h"
|
||||
@@ -37,14 +26,10 @@
|
||||
#include "strings.h"
|
||||
#include "constants/event_objects.h"
|
||||
#include "constants/maps.h"
|
||||
#include "constants/party_menu.h"
|
||||
#include "constants/quest_log.h"
|
||||
#include "constants/trainer_classes.h"
|
||||
#include "constants/species.h"
|
||||
#include "constants/items.h"
|
||||
#include "constants/field_weather.h"
|
||||
#include "constants/event_object_movement.h"
|
||||
#include "constants/region_map_sections.h"
|
||||
|
||||
struct TrainerFanClub
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user