From 66a15ea2d20841758ebf4f7aab091e203d5f3717 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Mon, 8 Sep 2003 21:59:53 +0000 Subject: [PATCH] removed os_support.h Originally committed as revision 2230 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/img.c b/libavformat/img.c index d8b0f3b583..9048dabc90 100644 --- a/libavformat/img.c +++ b/libavformat/img.c @@ -16,9 +16,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include #include "avformat.h" -#include "os_support.h" /* XXX: this is a hack */ int loop_input = 0;