aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:36:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:36:57 +0300
commit8ac13516f2def2c8d01a2ea11a039ebeafdef8fe (patch)
tree37a8b3bbb8ef45a9c0dd231187c3cb80a4056bda /bbot/worker
parentefea1d1a5e6a61ba21152cc8c1f67420fc8b574d (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'bbot/worker')
-rw-r--r--bbot/worker/worker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index 348075b..70b2578 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -14,8 +14,8 @@
#include <cstring> // strchr()
#include <iostream>
-#include <libbutl/pager.hxx>
-#include <libbutl/filesystem.hxx>
+#include <libbutl/pager.mxx>
+#include <libbutl/filesystem.mxx>
#include <libbbot/manifest.hxx>