diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:32:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:32:25 +0300 |
commit | ef2646010039b04ccf882ea3480882fa1e43a1fc (patch) | |
tree | b06bc195eb1be0f19099edeb64f57cc63bc9d70a /web/module.hxx | |
parent | 4ba97b671533399e960f9230013f4678cc45b1d2 (diff) |
Adapt to modularization of libbutl
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 { |