--- parser3/src/include/pa_http.h 2013/07/21 22:17:13 1.12 +++ parser3/src/include/pa_http.h 2015/10/26 01:21:56 1.14 @@ -1,14 +1,14 @@ /** @file Parser: commonly used functions. - Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_HTTP_H #define PA_HTTP_H -#define IDENT_PA_HTTP_H "$Id: pa_http.h,v 1.12 2013/07/21 22:17:13 moko Exp $" +#define IDENT_PA_HTTP_H "$Id: pa_http.h,v 1.14 2015/10/26 01:21:56 moko Exp $" #include "pa_vstring.h" #include "pa_vint.h" @@ -19,14 +19,6 @@ #define HTTP_COOKIES_NAME "cookies" -#ifdef WIN32 -#include -#endif - -#ifndef _MSC_VER -#define closesocket close -#endif - #ifndef DOXYGEN struct File_read_http_result { char *str; size_t length;