summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pokemon.c')
-rw-r--r--src/pokemon.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pokemon.c b/src/pokemon.c
index 4c5a3e867..c85c7772c 100644
--- a/src/pokemon.c
+++ b/src/pokemon.c
@@ -1,12 +1,10 @@
#define IS_POKEMON_C
#include "global.h"
-#include "pokemon.h"
+#include "gflib.h"
#include "random.h"
-#include "main.h"
#include "text.h"
#include "data.h"
-#include "string_util.h"
#include "battle.h"
#include "battle_anim.h"
#include "item.h"
@@ -20,10 +18,8 @@
#include "battle_util.h"
#include "link.h"
#include "m4a.h"
-#include "sound.h"
#include "pokedex.h"
#include "strings.h"
-#include "malloc.h"
#include "overworld.h"
#include "party_menu.h"
#include "field_specials.h"