summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-01-22 21:00:21 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-01-22 21:00:21 +0000
commit6b82f9217a56daad5df6225134f17de50f935317 (patch)
treeb84f7378f6dc3b53d1f44bb8ab2256bd59a417bd
parentFix-up setCookie and add urlencodeto direct to stream (diff)
downloadicespider-6b82f9217a56daad5df6225134f17de50f935317.tar.bz2
icespider-6b82f9217a56daad5df6225134f17de50f935317.tar.xz
icespider-6b82f9217a56daad5df6225134f17de50f935317.zip
Remove unrequired header
-rw-r--r--icespider/fcgi/cgiRequestBase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/icespider/fcgi/cgiRequestBase.h b/icespider/fcgi/cgiRequestBase.h
index 0ceb201..6b430b7 100644
--- a/icespider/fcgi/cgiRequestBase.h
+++ b/icespider/fcgi/cgiRequestBase.h
@@ -4,7 +4,6 @@
#include <core.h>
#include <ihttpRequest.h>
#include <map>
-#include <tuple>
#include <string_view>
namespace IceSpider {