diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/apache/request.cxx | 4 | ||||
-rw-r--r-- | web/apache/service.cxx | 2 | ||||
-rw-r--r-- | web/module.hxx | 4 |
3 files changed, 5 insertions, 5 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> diff --git a/web/module.hxx b/web/module.hxx index 1864673..a771641 100644 --- a/web/module.hxx +++ b/web/module.hxx @@ -15,8 +15,8 @@ #include <utility> // move() #include <stdexcept> // runtime_error -#include <butl/path> -#include <butl/optional> +#include <libbutl/path.hxx> +#include <libbutl/optional.hxx> namespace web { |