summaryrefslogtreecommitdiff
path: root/src/battle_controller_pokedude.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/battle_controller_pokedude.c')
-rw-r--r--src/battle_controller_pokedude.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/battle_controller_pokedude.c b/src/battle_controller_pokedude.c
index a6b3fe994..2489c2d95 100644
--- a/src/battle_controller_pokedude.c
+++ b/src/battle_controller_pokedude.c
@@ -1,21 +1,15 @@
#include "global.h"
+#include "gflib.h"
#include "task.h"
-#include "pokemon.h"
#include "party_menu.h"
#include "pokeball.h"
-#include "bg.h"
#include "data.h"
-#include "palette.h"
#include "util.h"
#include "m4a.h"
#include "link.h"
-#include "sound.h"
#include "event_data.h"
#include "item_menu.h"
-#include "text.h"
#include "strings.h"
-#include "string_util.h"
-#include "window.h"
#include "battle.h"
#include "battle_anim.h"
#include "battle_controllers.h"