From 7b915726ebeab8ce4125dacb4afa79f04913a6fe Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 15 May 2011 01:48:17 +0200 Subject: [PATCH] udp: remove resource.h inclusion, it breaks mingw compilation. The header seems unneeded, if its needed we will put it back with appropriate #if Signed-off-by: Michael Niedermayer --- libavformat/udp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/udp.c b/libavformat/udp.c index c5f16aed02..802cbd5975 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -36,7 +36,6 @@ #include "os_support.h" #include "url.h" #include -#include #include #ifndef IPV6_ADD_MEMBERSHIP