aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-30 23:21:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-30 23:26:21 +0300
commit0ffb0a1a0a13d07c4448f7752232d8854b790623 (patch)
tree9d1e173375d53e05c52568dc69633ed98697190d /bbot/worker.cxx
parent1364413cee696ff60f4dd1e3ac1eb281ac7a4e8f (diff)
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'bbot/worker.cxx')
-rw-r--r--bbot/worker.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/bbot/worker.cxx b/bbot/worker.cxx
index af1429c..f777e30 100644
--- a/bbot/worker.cxx
+++ b/bbot/worker.cxx
@@ -13,14 +13,14 @@
#include <butl/pager>
#include <butl/filesystem>
-#include <bbot/manifest>
+#include <libbbot/manifest.hxx>
-#include <bbot/types>
-#include <bbot/utility>
+#include <bbot/types.hxx>
+#include <bbot/utility.hxx>
-#include <bbot/diagnostics>
-#include <bbot/worker-options>
-#include <bbot/bootstrap-manifest>
+#include <bbot/diagnostics.hxx>
+#include <bbot/worker-options.hxx>
+#include <bbot/bootstrap-manifest.hxx>
using namespace std;
using namespace butl;