diff --git a/audio/resamplers/nearest.c b/audio/resamplers/nearest.c index ed582c7e60..1c371fe46b 100644 --- a/audio/resamplers/nearest.c +++ b/audio/resamplers/nearest.c @@ -1,8 +1,4 @@ #include "resampler.h" -#ifdef RARCH_INTERNAL -#include "../../libretro.h" -#include "../../performance.h" -#endif #include #include #include diff --git a/audio/resamplers/sinc.c b/audio/resamplers/sinc.c index edafb8da9a..faac11b66e 100644 --- a/audio/resamplers/sinc.c +++ b/audio/resamplers/sinc.c @@ -16,10 +16,6 @@ /* Bog-standard windowed SINC implementation. */ #include "resampler.h" -#ifdef RARCH_INTERNAL -#include "../../libretro.h" -#include "../../performance.h" -#endif #include #include #include