mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fft-test: Drop unnecessary #ifdefs around header includes
This commit is contained in:
parent
11c7155cce
commit
57f1b1dcc7
@ -29,10 +29,8 @@
|
||||
#include "libavutil/log.h"
|
||||
#include "libavutil/time.h"
|
||||
#include "fft.h"
|
||||
#if FFT_FLOAT
|
||||
#include "dct.h"
|
||||
#include "rdft.h"
|
||||
#endif
|
||||
#include <math.h>
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user