aboutsummaryrefslogtreecommitdiff
path: root/bbot/bootstrap-manifest.cxx
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/bootstrap-manifest.cxx
parentefea1d1a5e6a61ba21152cc8c1f67420fc8b574d (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'bbot/bootstrap-manifest.cxx')
-rw-r--r--bbot/bootstrap-manifest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/bootstrap-manifest.cxx b/bbot/bootstrap-manifest.cxx
index e9697bd..8c846da 100644
--- a/bbot/bootstrap-manifest.cxx
+++ b/bbot/bootstrap-manifest.cxx
@@ -4,8 +4,8 @@
#include <bbot/bootstrap-manifest.hxx>
-#include <libbutl/manifest-parser.hxx>
-#include <libbutl/manifest-serializer.hxx>
+#include <libbutl/manifest-parser.mxx>
+#include <libbutl/manifest-serializer.mxx>
using namespace butl;