diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-11 07:21:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-11 07:21:14 +0000 |
commit | a2e4c0ddae6cf534c997daf05567f6e5b9d76ea2 (patch) | |
tree | cdbb80f3406e689f6cc91448623f057be49877ae /libavcodec/h263.c | |
parent | 9636c4de32dfede494c2e2dafd48cfe8d4ada012 (diff) | |
download | ffmpeg-a2e4c0ddae6cf534c997daf05567f6e5b9d76ea2.tar.gz |
Remove duplicate #includes, avcodec.h #includes common.h.
Originally committed as revision 8995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r-- | libavcodec/h263.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c index e2ac5fc4fd..ebf64fd92c 100644 --- a/libavcodec/h263.c +++ b/libavcodec/h263.c @@ -34,7 +34,6 @@ //#define DEBUG #include <limits.h> -#include "common.h" #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" |