# HG changeset patch # User diego # Date 1178868074 0 # Node ID 7df30f671791c046ebfefad2dc543921dd659460 # Parent 2a9c085590bb6531085c8701319e9f550327de8c Remove duplicate #includes, avcodec.h #includes common.h. diff -r 2a9c085590bb -r 7df30f671791 h263.c --- a/h263.c Fri May 11 07:07:00 2007 +0000 +++ b/h263.c Fri May 11 07:21:14 2007 +0000 @@ -34,7 +34,6 @@ //#define DEBUG #include -#include "common.h" #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" diff -r 2a9c085590bb -r 7df30f671791 h264.c --- a/h264.c Fri May 11 07:07:00 2007 +0000 +++ b/h264.c Fri May 11 07:21:14 2007 +0000 @@ -26,7 +26,6 @@ * @author Michael Niedermayer */ -#include "common.h" #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h"