diff options
Diffstat (limited to 'web/server/apache')
-rw-r--r-- | web/server/apache/request.cxx | 6 | ||||
-rw-r--r-- | web/server/apache/service.cxx | 4 | ||||
-rw-r--r-- | web/server/apache/service.txx | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/web/server/apache/request.cxx b/web/server/apache/request.cxx index a413081..64e1e6d 100644 --- a/web/server/apache/request.cxx +++ b/web/server/apache/request.cxx @@ -34,9 +34,9 @@ #include <streambuf> #include <algorithm> // min() -#include <libbutl/utility.mxx> // icasecmp() -#include <libbutl/optional.mxx> -#include <libbutl/timestamp.mxx> +#include <libbutl/utility.hxx> // icasecmp() +#include <libbutl/optional.hxx> +#include <libbutl/timestamp.hxx> #include <web/server/mime-url-encoding.hxx> diff --git a/web/server/apache/service.cxx b/web/server/apache/service.cxx index 9fb23da..af5873e 100644 --- a/web/server/apache/service.cxx +++ b/web/server/apache/service.cxx @@ -15,8 +15,8 @@ #include <cstring> // strlen(), strcmp() #include <exception> -#include <libbutl/utility.mxx> // function_cast() -#include <libbutl/optional.mxx> +#include <libbutl/utility.hxx> // function_cast() +#include <libbutl/optional.hxx> #include <web/server/module.hxx> #include <web/server/apache/log.hxx> diff --git a/web/server/apache/service.txx b/web/server/apache/service.txx index 1b16d0b..9e1037b 100644 --- a/web/server/apache/service.txx +++ b/web/server/apache/service.txx @@ -8,7 +8,7 @@ #include <utility> // move() #include <exception> -#include <libbutl/utility.mxx> // operator<<(ostream, exception) +#include <libbutl/utility.hxx> // operator<<(ostream, exception) namespace web { |