-rw-r--r-- | include/sitecing/sitecing_interface_cgi.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/sitecing/sitecing_interface_cgi.h b/include/sitecing/sitecing_interface_cgi.h index da538d6..d17cdb7 100644 --- a/include/sitecing/sitecing_interface_cgi.h +++ b/include/sitecing/sitecing_interface_cgi.h @@ -4,7 +4,8 @@ #include <sstream> #include <string> #include <map> -#include "kingate/cgi_gateway.h" +#include <kingate/cgi_gateway.h> +#include <kingate/headers.h> #include "sitecing/sitecing_interface.h" #include "sitecing/sitespace.h" @@ -26,13 +27,9 @@ namespace sitecing { */ kingate::cgi_gateway* cgigw; /** - * Type for the map of headers to spit out. - */ - typedef map<string,string> headers_t; - /** * The list of headers to spit out. */ - headers_t headers; + kingate::headers headers; /** * Here is where we prebuffer output. */ |