summaryrefslogtreecommitdiff
path: root/src/item_use.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/item_use.c
parent69d8833b31519208f04444d3393b68a393163aa3 (diff)
Remove redundant include lines
Diffstat (limited to 'src/item_use.c')
-rw-r--r--src/item_use.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/item_use.c b/src/item_use.c
index 164ef08b6..f5e880f98 100644
--- a/src/item_use.c
+++ b/src/item_use.c
@@ -19,7 +19,6 @@
#include "mail.h"
#include "main.h"
#include "malloc.h"
-#include "event_object_movement.h"
#include "event_object_lock.h"
#include "metatile_behavior.h"
#include "new_menu_helpers.h"
@@ -42,7 +41,6 @@
#include "constants/maps.h"
#include "constants/moves.h"
#include "constants/songs.h"
-#include "constants/maps.h"
static EWRAM_DATA void (*sItemUseOnFieldCB)(u8 taskId) = NULL;