aboutsummaryrefslogtreecommitdiff
path: root/bbot/bootstrap-manifest.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 19:33:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 19:33:47 +0300
commita8758228f4737b9b930986ed7be1c7148aae9810 (patch)
treeb91834baa1f8b497b9a5e26cce67248a20867036 /bbot/bootstrap-manifest.cxx
parent2a40615e322df66417f4066aa4c2d3175356b10f (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in 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 ebbc7ce..e9697bd 100644
--- a/bbot/bootstrap-manifest.cxx
+++ b/bbot/bootstrap-manifest.cxx
@@ -4,8 +4,8 @@
#include <bbot/bootstrap-manifest.hxx>
-#include <butl/manifest-parser>
-#include <butl/manifest-serializer>
+#include <libbutl/manifest-parser.hxx>
+#include <libbutl/manifest-serializer.hxx>
using namespace butl;