diff w32thread.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 c8c591fe26f8
children 4dbe6578f811
line wrap: on
line diff
--- a/w32thread.c	Thu May 10 03:13:41 2007 +0000
+++ b/w32thread.c	Thu May 10 09:00:44 2007 +0000
@@ -21,7 +21,6 @@
 //#define DEBUG
 
 #include "avcodec.h"
-#include "common.h"
 
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>