summaryrefslogtreecommitdiffhomepage
path: root/request.c
diff options
context:
space:
mode:
Diffstat (limited to 'request.c')
-rw-r--r--request.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/request.c b/request.c
index e6ee3bf..114cfd5 100644
--- a/request.c
+++ b/request.c
@@ -11,8 +11,6 @@
#include <lauxlib.h>
#include <lua.h>
-#include "http.h"
-
static const int REQUEST_DATA_SIZE = 4096;
/// Allocates and initializes request structure.