From 900815228ccc83f05b4004cc4396ca67672a8455 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 10 Jun 2009 18:55:28 +0200 Subject: [PATCH] Don't be clever with the includes --- http_parser.rl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/http_parser.rl b/http_parser.rl index c7622ea..d1cd698 100644 --- a/http_parser.rl +++ b/http_parser.rl @@ -24,9 +24,7 @@ */ #include "http_parser.h" #include -#ifndef NDEBUG -# include -#endif +#include static int unhex[] = {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 ,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1