Update include directives in fft-test.c
authorMåns Rullgård <mans@mansr.com>
Sun, 7 Mar 2010 21:47:41 +0000 (21:47 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 7 Mar 2010 21:47:41 +0000 (21:47 +0000)
Originally committed as revision 22289 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/fft-test.c

index f07ef03..e517367 100644 (file)
  * FFT and MDCT tests.
  */
 
+#include "libavutil/mathematics.h"
 #include "libavutil/lfg.h"
-#include "dsputil.h"
+#include "libavutil/log.h"
+#include "fft.h"
 #include <math.h>
 #include <unistd.h>
 #include <sys/time.h>