diff huffyuv.c @ 4962:f99e40a7155b libavcodec

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
author diego
date Thu, 10 May 2007 09:00:44 +0000
parents 0f596a49ba3d
children 65dd8127ca46
line wrap: on
line diff
--- a/huffyuv.c	Thu May 10 03:13:41 2007 +0000
+++ b/huffyuv.c	Thu May 10 09:00:44 2007 +0000
@@ -28,9 +28,8 @@
  * huffyuv codec for libavcodec.
  */
 
-#include "common.h"
+#include "avcodec.h"
 #include "bitstream.h"
-#include "avcodec.h"
 #include "dsputil.h"
 
 #define VLC_BITS 11