X-Git-Url: https://git.videolan.org/?p=vlc.git;a=blobdiff_plain;f=modules%2Fservices_discovery%2Fupnp-wrapper.hpp;h=ebae8fc96fa63bb485ecdd7e055e9f1bc9fdc9ae;hp=33412cb993314828bc406a9f101b3d81d27dbe4d;hb=902b94fcc3e72aae37f0fb9134ba69beb3ed1b95;hpb=b43fc72e8fb4a099e11b83e730d399cdfc15c585 diff --git a/modules/services_discovery/upnp-wrapper.hpp b/modules/services_discovery/upnp-wrapper.hpp index 33412cb993..ebae8fc96f 100644 --- a/modules/services_discovery/upnp-wrapper.hpp +++ b/modules/services_discovery/upnp-wrapper.hpp @@ -24,9 +24,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include #include #include @@ -36,9 +34,6 @@ #include #include -#include -#include - #if UPNP_VERSION < 10800 typedef void* UpnpEventPtr; #else