summaryrefslogtreecommitdiff
path: root/project2/cgi
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-10-01 00:11:28 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-10-01 00:11:28 +0100
commit1be0775221f8ae6262cbde7bb28e97d7e29d8b55 (patch)
tree56eaeb2f101c979dcc774de2306cc8e4c93baef1 /project2/cgi
parentUse AdHoc plugins for scriptable things and remove legacy plugin support (diff)
downloadproject2-1be0775221f8ae6262cbde7bb28e97d7e29d8b55.tar.bz2
project2-1be0775221f8ae6262cbde7bb28e97d7e29d8b55.tar.xz
project2-1be0775221f8ae6262cbde7bb28e97d7e29d8b55.zip
Slash the amount of inclusion in pre-compiled headers
Diffstat (limited to 'project2/cgi')
-rw-r--r--project2/cgi/pch.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/project2/cgi/pch.hpp b/project2/cgi/pch.hpp
index 065558b..125c912 100644
--- a/project2/cgi/pch.hpp
+++ b/project2/cgi/pch.hpp
@@ -2,11 +2,9 @@
#ifndef CGI_PCH
#define CGI_PCH
-#include "cgiRequestContext.h"
-#include "cgiHttpHeader.h"
-#include "scriptLoader.h"
+#include <boost/tuple/tuple.hpp>
+#include <boost/variant/variant_fwd.hpp>
#include <boost/bind.hpp>
-#include "options.h"
#include <cgicc/CgiEnvironment.h>
#include <cgicc/Cgicc.h>
#include <cgicc/HTTPContentHeader.h>