# HG changeset patch # User diego # Date 1244751509 0 # Node ID 63325f71bd798190bd2f14b3c054a71646bf89c0 # Parent 80936dd6be46b09e9f076c1d80d8c610778615a5 The internal header libavutil/internal.h should not be used outside libavutil. diff -r 80936dd6be46 -r 63325f71bd79 aac.h --- a/aac.h Thu Jun 11 09:40:24 2009 +0000 +++ b/aac.h Thu Jun 11 20:18:29 2009 +0000 @@ -30,7 +30,6 @@ #ifndef AVCODEC_AAC_H #define AVCODEC_AAC_H -#include "libavutil/internal.h" #include "avcodec.h" #include "dsputil.h" #include "mpeg4audio.h" diff -r 80936dd6be46 -r 63325f71bd79 ac3dec.h --- a/ac3dec.h Thu Jun 11 09:40:24 2009 +0000 +++ b/ac3dec.h Thu Jun 11 20:18:29 2009 +0000 @@ -27,7 +27,6 @@ #ifndef AVCODEC_AC3DEC_H #define AVCODEC_AC3DEC_H -#include "libavutil/internal.h" #include "libavutil/lfg.h" #include "ac3.h" #include "get_bits.h"