summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/fdct_altivec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-04 13:38:25 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-04 13:38:25 +0000
commit0c89322463ebf3ad2e7a7f003bab823357ba2996 (patch)
tree6abfaae3060921026cfd615341170ff05154a88a /libavcodec/ppc/fdct_altivec.c
parent1234585facce691c079444a85c7fc83e68344a1d (diff)
Change some files to only include the necessary headers.
Originally committed as revision 11394 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/fdct_altivec.c')
-rw-r--r--libavcodec/ppc/fdct_altivec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/fdct_altivec.c b/libavcodec/ppc/fdct_altivec.c
index cb9446d391..6b9a35ba80 100644
--- a/libavcodec/ppc/fdct_altivec.c
+++ b/libavcodec/ppc/fdct_altivec.c
@@ -22,7 +22,7 @@
#include "common.h"
#include "dsputil.h"
-#include "dsputil_altivec.h"
+#include "dsputil_ppc.h"
#include "gcc_fixes.h"