From cc53bdc6dc8918258e51c011f91125a1403849d3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 Mar 2009 18:44:16 -0700 Subject: http11: remove unnecessary CPP definitions --- ext/unicorn/http11/http11_parser.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/unicorn/http11/http11_parser.h') diff --git a/ext/unicorn/http11/http11_parser.h b/ext/unicorn/http11/http11_parser.h index 8d074ba..c96b3a0 100644 --- a/ext/unicorn/http11/http11_parser.h +++ b/ext/unicorn/http11/http11_parser.h @@ -8,10 +8,6 @@ #include -#if defined(_WIN32) -#include -#endif - typedef void (*element_cb)(void *data, const char *at, size_t length); typedef void (*field_cb)(void *data, const char *field, size_t flen, const char *value, size_t vlen); -- cgit v1.2.3-24-ge0c7