Don't be clever with the includes

version0.2
Ryan 16 years ago
parent bbf0110385
commit 900815228c

@ -24,9 +24,7 @@
*/ */
#include "http_parser.h" #include "http_parser.h"
#include <limits.h> #include <limits.h>
#ifndef NDEBUG #include <assert.h>
# include <assert.h>
#endif
static int unhex[] = {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 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 ,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1

Loading…
Cancel
Save