aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker.cxx
diff options
context:
space:
mode:
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;