aboutsummaryrefslogtreecommitdiff
path: root/web/module.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:23:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:32:27 +0300
commit662400d824ceab77cb4dc2d0163b4d48d210b3e1 (patch)
tree3d32e9473e723dcccd5c08a6d6266fbb23aa8973 /web/module.hxx
parenta03e8a646b90d70b5c33e729b6e757a55a4ccdfd (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'web/module.hxx')
-rw-r--r--web/module.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/module.hxx b/web/module.hxx
index 1864673..a771641 100644
--- a/web/module.hxx
+++ b/web/module.hxx
@@ -15,8 +15,8 @@
#include <utility> // move()
#include <stdexcept> // runtime_error
-#include <butl/path>
-#include <butl/optional>
+#include <libbutl/path.hxx>
+#include <libbutl/optional.hxx>
namespace web
{