(resamplers) Omit some unnecessary header includes
This commit is contained in:
parent
9717359e6d
commit
c2dfdf75cd
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue