comparison fft-test.c @ 11390:4a8900c06c67 libavcodec

Update include directives in fft-test.c
author mru
date Sun, 07 Mar 2010 21:47:41 +0000
parents 0985f1f7ab72
children 4c7afa50df6f
comparison
equal deleted inserted replaced
11389:7b9896e85410 11390:4a8900c06c67
21 /** 21 /**
22 * @file libavcodec/fft-test.c 22 * @file libavcodec/fft-test.c
23 * FFT and MDCT tests. 23 * FFT and MDCT tests.
24 */ 24 */
25 25
26 #include "libavutil/mathematics.h"
26 #include "libavutil/lfg.h" 27 #include "libavutil/lfg.h"
27 #include "dsputil.h" 28 #include "libavutil/log.h"
29 #include "fft.h"
28 #include <math.h> 30 #include <math.h>
29 #include <unistd.h> 31 #include <unistd.h>
30 #include <sys/time.h> 32 #include <sys/time.h>
31 #include <stdlib.h> 33 #include <stdlib.h>
32 #include <string.h> 34 #include <string.h>