From a458431e388adf30f1e9176b2ca70ef94d754f32 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 27 Feb 2010 21:27:13 -0800 Subject: [PATCH] Remove string.h include --- http_parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/http_parser.c b/http_parser.c index f3075c3..009ce23 100644 --- a/http_parser.c +++ b/http_parser.c @@ -24,7 +24,6 @@ #include #include #include -#include /* strncmp */ #ifndef NULL