diff options
Diffstat (limited to 'web/module.hxx')
-rw-r--r-- | web/module.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/module.hxx b/web/module.hxx index a771641..0308b68 100644 --- a/web/module.hxx +++ b/web/module.hxx @@ -15,8 +15,8 @@ #include <utility> // move() #include <stdexcept> // runtime_error -#include <libbutl/path.hxx> -#include <libbutl/optional.hxx> +#include <libbutl/path.mxx> +#include <libbutl/optional.mxx> namespace web { |