From e07ba671881cba3e56fae67decea5d80519c61b4 Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Wed, 22 Dec 2010 11:02:14 -0200 Subject: [PATCH] Remove unnecessary inclusion of param.h. (cherry picked from commit 4b0c8d52b8c1a34b55e605f0ea78277e622410f0) --- upnp/inc/upnp.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/upnp/inc/upnp.h b/upnp/inc/upnp.h index 14c32e5..7e006fc 100644 --- a/upnp/inc/upnp.h +++ b/upnp/inc/upnp.h @@ -57,12 +57,6 @@ /* Other systems ??? */ #endif -#ifdef WIN32 - /* Do not #include */ -#else - #include -#endif - #define LINE_SIZE 180 #define NAME_SIZE 256 #define MNFT_NAME_SIZE 64