aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:32:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:32:25 +0300
commitef2646010039b04ccf882ea3480882fa1e43a1fc (patch)
treeb06bc195eb1be0f19099edeb64f57cc63bc9d70a /web
parent4ba97b671533399e960f9230013f4678cc45b1d2 (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'web')
-rw-r--r--web/apache/request.cxx4
-rw-r--r--web/apache/service.cxx2
-rw-r--r--web/apache/service.txx2
-rw-r--r--web/module.hxx4
4 files changed, 7 insertions, 5 deletions
diff --git a/web/apache/request.cxx b/web/apache/request.cxx
index 78e0fc0..3393555 100644
--- a/web/apache/request.cxx
+++ b/web/apache/request.cxx
@@ -28,8 +28,8 @@
#include <streambuf>
#include <algorithm> // min()
-#include <libbutl/optional.hxx>
-#include <libbutl/timestamp.hxx>
+#include <libbutl/optional.mxx>
+#include <libbutl/timestamp.mxx>
#include <web/mime-url-encoding.hxx>
diff --git a/web/apache/service.cxx b/web/apache/service.cxx
index 5a8e757..f42cc2e 100644
--- a/web/apache/service.cxx
+++ b/web/apache/service.cxx
@@ -16,7 +16,7 @@
#include <cstring> // strlen(), strcmp()
#include <exception>
-#include <libbutl/optional.hxx>
+#include <libbutl/optional.mxx>
#include <web/module.hxx>
#include <web/apache/log.hxx>
diff --git a/web/apache/service.txx b/web/apache/service.txx
index b707f8d..61b95f3 100644
--- a/web/apache/service.txx
+++ b/web/apache/service.txx
@@ -9,6 +9,8 @@
#include <utility> // move()
#include <exception>
+#include <libbutl/utility.mxx> // operator<<(ostream, exception)
+
namespace web
{
namespace apache
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
{