Commit 9eeedf87 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '57f1b1dc'

* commit '57f1b1dc':
  fft-test: Drop unnecessary #ifdefs around header includes
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 77304cf3 57f1b1dc
......@@ -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