diff options
Diffstat (limited to 'web/server/apache/service.cxx')
-rw-r--r-- | web/server/apache/service.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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> |