diff options
author | Diego Biurrun | 2007-05-10 09:00:44 +0000 |
---|---|---|
committer | Diego Biurrun | 2007-05-10 09:00:44 +0000 |
commit | 2029f312e8c13b25d322d69961b42db2e66f616a (patch) | |
tree | dcc319fe88a8a4d4282848bceb4d4eeeae80ab9b /libavcodec/msvideo1.c | |
parent | 7c3a9fe2a3759577a6a4f24e8fd0b2e857dc14b8 (diff) |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/msvideo1.c')
-rw-r--r-- | libavcodec/msvideo1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/msvideo1.c b/libavcodec/msvideo1.c index 459a6c5c93..2e8a4e959b 100644 --- a/libavcodec/msvideo1.c +++ b/libavcodec/msvideo1.c @@ -36,7 +36,6 @@ #include <string.h> #include <unistd.h> -#include "common.h" #include "avcodec.h" #include "dsputil.h" |