diff --git a/src/http.cpp b/src/http.cpp index 75bdab02..ceaeaff4 100644 --- a/src/http.cpp +++ b/src/http.cpp @@ -18,14 +18,6 @@ * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA. */ -/* - * http.cpp - */ - -#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW__) -#include -#endif - // included header files #include "config.h" @@ -40,6 +32,10 @@ #include #include +#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW__) +#include +#endif + #define SLEEP 1000 #define SNOOZE 0