mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
fft-test: Drop unnecessary #ifdefs around header includes
This commit is contained in:
parent
11c7155cce
commit
57f1b1dcc7
1 changed files with 0 additions and 2 deletions
|
|
@ -29,10 +29,8 @@
|
||||||
#include "libavutil/log.h"
|
#include "libavutil/log.h"
|
||||||
#include "libavutil/time.h"
|
#include "libavutil/time.h"
|
||||||
#include "fft.h"
|
#include "fft.h"
|
||||||
#if FFT_FLOAT
|
|
||||||
#include "dct.h"
|
#include "dct.h"
|
||||||
#include "rdft.h"
|
#include "rdft.h"
|
||||||
#endif
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#if HAVE_UNISTD_H
|
#if HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue