From c2dfdf75cdc1a65d23a04835fdc976516f9e1a79 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 22 Oct 2014 06:54:46 +0200 Subject: [PATCH] (resamplers) Omit some unnecessary header includes --- audio/resamplers/nearest.c | 4 ---- audio/resamplers/sinc.c | 4 ---- 2 files changed, 8 deletions(-) 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