aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent.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/agent.cxx
parent2a40615e322df66417f4066aa4c2d3175356b10f (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'bbot/agent.cxx')
-rw-r--r--bbot/agent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/agent.cxx b/bbot/agent.cxx
index bb0ccb7..3ebbd2d 100644
--- a/bbot/agent.cxx
+++ b/bbot/agent.cxx
@@ -19,8 +19,8 @@
#include <chrono>
#include <iostream>
-#include <butl/pager>
-#include <butl/filesystem> // dir_iterator
+#include <libbutl/pager.hxx>
+#include <libbutl/filesystem.hxx> // dir_iterator
#include <libbbot/manifest.hxx>