From 6f72c780f0a237a775150a9963bcdf5299685cde Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 13 Mar 2010 20:55:55 -0800 Subject: [PATCH] Remove stddef include, it's included in http_parser.c --- http_parser.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/http_parser.h b/http_parser.h index fc6fb6d..5b648fa 100644 --- a/http_parser.h +++ b/http_parser.h @@ -25,9 +25,6 @@ extern "C" { #endif -#ifdef _MSC_VER -# include -#endif #include