Commit 17468293 authored by mru's avatar mru

Update include directives in fft-test.c

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22289 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9898d8c2
......@@ -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