diff options
Diffstat (limited to 'zenhttp')
| -rw-r--r-- | zenhttp/include/zenhttp/httpserver.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zenhttp/include/zenhttp/httpserver.h b/zenhttp/include/zenhttp/httpserver.h index 55bd08a8e..93ba452c7 100644 --- a/zenhttp/include/zenhttp/httpserver.h +++ b/zenhttp/include/zenhttp/httpserver.h @@ -4,14 +4,13 @@ #include "zenhttp.h" -#include <zenhttp/httpcommon.h> - #include <zencore/enumflags.h> #include <zencore/iobuffer.h> #include <zencore/iohash.h> #include <zencore/refcount.h> #include <zencore/string.h> #include <zencore/uid.h> +#include <zenhttp/httpcommon.h> #include <functional> #include <gsl/gsl-lite.hpp> |