Mercurial > libavcodec.hg
changeset 4943:25cd2084129a libavcodec
remove no more useful includes
author | aurel |
---|---|
date | Tue, 08 May 2007 23:30:42 +0000 |
parents | b42e963c8149 |
children | 5d4544d7cbbc |
files | parser.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/parser.c Tue May 08 23:29:07 2007 +0000 +++ b/parser.c Tue May 08 23:30:42 2007 +0000 @@ -19,9 +19,7 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "avcodec.h" -#include "mpegvideo.h" -#include "mpegaudio.h" + #include "parser.h" AVCodecParser *av_first_parser = NULL;