aboutsummaryrefslogtreecommitdiff
path: root/web/server/module.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:48:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:48:06 +0300
commitac80e3c37f1fee068e46b6f5a2043581d413e992 (patch)
tree9de253075cd0c19a96acc8344eb63609357eae87 /web/server/module.hxx
parent63eb768b7dcd6b4015354a5f1b75f95032c7149a (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'web/server/module.hxx')
-rw-r--r--web/server/module.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/server/module.hxx b/web/server/module.hxx
index beda73c..f870163 100644
--- a/web/server/module.hxx
+++ b/web/server/module.hxx
@@ -14,8 +14,8 @@
#include <utility> // move()
#include <stdexcept> // runtime_error
-#include <libbutl/path.mxx>
-#include <libbutl/optional.mxx>
+#include <libbutl/path.hxx>
+#include <libbutl/optional.hxx>
namespace web
{