diff --git a/patches/play_patches.c b/patches/play_patches.c index d706f86..b54d4ac 100644 --- a/patches/play_patches.c +++ b/patches/play_patches.c @@ -1,10 +1,7 @@ #include "play_patches.h" #include "z64debug_display.h" #include "input.h" -#include "input.h" -#include "z64game.h" -#include "overlays/gamestates/ovl_title/z_title.h" #include "prevent_bss_reordering.h" #include "z64.h" #include "regs.h" diff --git a/patches/play_patches.h b/patches/play_patches.h index 7c88727..19e7db2 100644 --- a/patches/play_patches.h +++ b/patches/play_patches.h @@ -2,7 +2,6 @@ #define __PLAY_PATCHES_H__ #include "patches.h" -#include "patch_helpers.h" void debug_play_update(PlayState* play); void camera_pre_play_update(PlayState* play);