Commit 57f1b1dc authored by Diego Biurrun's avatar Diego Biurrun

fft-test: Drop unnecessary #ifdefs around header includes

parent 11c7155c
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment