summaryrefslogtreecommitdiffhomepage
path: root/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'response.c')
-rw-r--r--response.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/response.c b/response.c
index 02dd59b..959ed18 100644
--- a/response.c
+++ b/response.c
@@ -8,8 +8,6 @@
#include <lua.h>
-#include "http.h"
-
/// Sends a response based on the current top value on the stack.
/// \param L Lua state to send response for
/// \param fd File descriptor of a socket to write to