diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:23:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:32:27 +0300 |
commit | 662400d824ceab77cb4dc2d0163b4d48d210b3e1 (patch) | |
tree | 3d32e9473e723dcccd5c08a6d6266fbb23aa8973 /web/apache | |
parent | a03e8a646b90d70b5c33e729b6e757a55a4ccdfd (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'web/apache')
-rw-r--r-- | web/apache/request.cxx | 4 | ||||
-rw-r--r-- | web/apache/service.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/web/apache/request.cxx b/web/apache/request.cxx index 219f887..da016b5 100644 --- a/web/apache/request.cxx +++ b/web/apache/request.cxx @@ -28,8 +28,8 @@ #include <streambuf> #include <algorithm> // min() -#include <butl/optional> -#include <butl/timestamp> +#include <libbutl/optional.hxx> +#include <libbutl/timestamp.hxx> #include <web/mime-url-encoding.hxx> diff --git a/web/apache/service.cxx b/web/apache/service.cxx index 8c3fa82..5a8e757 100644 --- a/web/apache/service.cxx +++ b/web/apache/service.cxx @@ -16,7 +16,7 @@ #include <cstring> // strlen(), strcmp() #include <exception> -#include <butl/optional> +#include <libbutl/optional.hxx> #include <web/module.hxx> #include <web/apache/log.hxx> |