summaryrefslogtreecommitdiffhomepage
path: root/plop.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-08-16 21:07:17 +0200
committerAki <please@ignore.pl>2020-08-16 21:07:17 +0200
commitddb35c287bc34622879edf687952825a1259ffdb (patch)
tree1f05dc1c3b8ac8ed30fe48dc4316590e9e696a69 /plop.h
parent338736f6cd60bf634ef04ab246187caa78597789 (diff)
downloadplop-ddb35c287bc34622879edf687952825a1259ffdb.zip
plop-ddb35c287bc34622879edf687952825a1259ffdb.tar.gz
plop-ddb35c287bc34622879edf687952825a1259ffdb.tar.bz2
Removed unused http header and source file
Diffstat (limited to 'plop.h')
-rw-r--r--plop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plop.h b/plop.h
index 1aeec7f..78c307c 100644
--- a/plop.h
+++ b/plop.h
@@ -4,7 +4,6 @@
#include <lua.h>
-#include "http.h"
#include "request.h"
int make_server(const char *, const char *);