(resamplers) Omit some unnecessary header includes

This commit is contained in:
twinaphex 2014-10-22 06:54:46 +02:00
parent 9717359e6d
commit c2dfdf75cd
2 changed files with 0 additions and 8 deletions

View File

@ -1,8 +1,4 @@
#include "resampler.h"
#ifdef RARCH_INTERNAL
#include "../../libretro.h"
#include "../../performance.h"
#endif
#include <math.h>
#include <stdint.h>
#include <stdlib.h>

View File

@ -16,10 +16,6 @@
/* Bog-standard windowed SINC implementation. */
#include "resampler.h"
#ifdef RARCH_INTERNAL
#include "../../libretro.h"
#include "../../performance.h"
#endif
#include <math.h>
#include <stdint.h>
#include <stdlib.h>