Commit 3bd8a2ef authored by Måns Rullgård's avatar Måns Rullgård

Update include directives in fft-test.c

Originally committed as revision 22289 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0f8e4dfe
......@@ -23,8 +23,10 @@
* 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>
......
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