Remove duplicate #includes, avcodec.h #includes common.h.

Originally committed as revision 8995 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-05-11 07:21:14 +00:00
parent 9636c4de32
commit a2e4c0ddae
2 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@
//#define DEBUG
#include <limits.h>
#include "common.h"
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"

View File

@ -26,7 +26,6 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
#include "common.h"
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"