fix includes

Originally committed as revision 14803 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-08-17 15:32:13 +00:00
parent 7a0d00d49e
commit a50bd69d9d
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@
* Principal component analysis
*/
#include <math.h>
#include "avcodec.h"
#include "common.h"
#include "pca.h"
int ff_pca_init(PCA *pca, int n){