diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-21 15:00:56 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-21 15:00:56 -0500 |
commit | b7c28c4be76f19d3515ede426ae874390523457f (patch) | |
tree | 204cd4356351b7033b46da40f63f62bb69b9179c /src/itemfinder.c | |
parent | 69d8833b31519208f04444d3393b68a393163aa3 (diff) |
Remove redundant include lines
Diffstat (limited to 'src/itemfinder.c')
-rw-r--r-- | src/itemfinder.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/itemfinder.c b/src/itemfinder.c index 370fce841..5d6950acc 100644 --- a/src/itemfinder.c +++ b/src/itemfinder.c @@ -10,7 +10,6 @@ #include "field_player_avatar.h" #include "field_specials.h" #include "fieldmap.h" -#include "itemfinder.h" #include "constants/songs.h" static void Task_NoResponse_CleanUp(u8 taskId); |