changeset 551:fe6d70cb51a6 libavutil

fix includes
author michael
date Sun, 17 Aug 2008 15:32:13 +0000
parents 200789f57b62
children e525876e4ddd
files pca.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pca.c	Sun Aug 17 15:28:12 2008 +0000
+++ b/pca.c	Sun Aug 17 15:32:13 2008 +0000
@@ -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){