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 | |
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
-rw-r--r-- | libavcodec/h263.c | 1 | ||||
-rw-r--r-- | libavcodec/h264.c | 1 |
2 files changed, 0 insertions, 2 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" diff --git a/libavcodec/h264.c b/libavcodec/h264.c index b73b336335..17737908f3 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -26,7 +26,6 @@ * @author Michael Niedermayer <michaelni@gmx.at> */ -#include "common.h" #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" |