summaryrefslogtreecommitdiff
path: root/src/trainer_tower.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-21 15:00:56 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-21 15:00:56 -0500
commitb7c28c4be76f19d3515ede426ae874390523457f (patch)
tree204cd4356351b7033b46da40f63f62bb69b9179c /src/trainer_tower.c
parent69d8833b31519208f04444d3393b68a393163aa3 (diff)
Remove redundant include lines
Diffstat (limited to 'src/trainer_tower.c')
-rw-r--r--src/trainer_tower.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/trainer_tower.c b/src/trainer_tower.c
index 0f9907e2d..f4e9689a1 100644
--- a/src/trainer_tower.c
+++ b/src/trainer_tower.c
@@ -2,11 +2,9 @@
#include "main.h"
#include "task.h"
#include "malloc.h"
-#include "save.h"
#include "util.h"
#include "string_util.h"
#include "event_data.h"
-#include "random.h"
#include "cereader_tool.h"
#include "easy_chat.h"
#include "text.h"
@@ -20,11 +18,9 @@
#include "menu.h"
#include "new_menu_helpers.h"
#include "sound.h"
-#include "constants/flags.h"
#include "constants/vars.h"
#include "constants/items.h"
#include "constants/species.h"
-#include "constants/maps.h"
#include "constants/songs.h"
#include "constants/layouts.h"
#include "constants/trainers.h"