summaryrefslogtreecommitdiff
path: root/src/item_pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/item_pc.c')
-rw-r--r--src/item_pc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/item_pc.c b/src/item_pc.c
index 1fda50d6f..dce96d59d 100644
--- a/src/item_pc.c
+++ b/src/item_pc.c
@@ -1,8 +1,7 @@
#include "global.h"
-#include "bg.h"
+#include "gflib.h"
#include "data.h"
#include "decompress.h"
-#include "gpu_regs.h"
#include "graphics.h"
#include "help_system.h"
#include "item.h"
@@ -11,18 +10,13 @@
#include "list_menu.h"
#include "item_pc.h"
#include "item_use.h"
-#include "main.h"
-#include "malloc.h"
#include "menu.h"
#include "menu_helpers.h"
#include "menu_indicators.h"
#include "new_menu_helpers.h"
-#include "palette.h"
#include "party_menu.h"
#include "pc_screen_effect.h"
#include "scanline_effect.h"
-#include "sound.h"
-#include "string_util.h"
#include "strings.h"
#include "task.h"
#include "text_window.h"