diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-01 00:11:28 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-01 00:11:28 +0100 |
commit | 1be0775221f8ae6262cbde7bb28e97d7e29d8b55 (patch) | |
tree | 56eaeb2f101c979dcc774de2306cc8e4c93baef1 /project2/cgi | |
parent | Use AdHoc plugins for scriptable things and remove legacy plugin support (diff) | |
download | project2-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.hpp | 6 |
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> |