aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent.cxx')
-rw-r--r--bbot/agent.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/bbot/agent.cxx b/bbot/agent.cxx
index 7e0021a..6b59092 100644
--- a/bbot/agent.cxx
+++ b/bbot/agent.cxx
@@ -2,7 +2,7 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
-#include <bbot/agent>
+#include <bbot/agent.hxx>
#include <pwd.h> // getpwuid()
#include <limits.h> // PATH_MAX
@@ -22,16 +22,16 @@
#include <butl/pager>
#include <butl/filesystem> // dir_iterator
-#include <bbot/manifest>
+#include <libbbot/manifest.hxx>
-#include <bbot/types>
-#include <bbot/utility>
-#include <bbot/diagnostics>
+#include <bbot/types.hxx>
+#include <bbot/utility.hxx>
+#include <bbot/diagnostics.hxx>
-#include <bbot/tftp>
-#include <bbot/machine>
-#include <bbot/machine-manifest>
-#include <bbot/bootstrap-manifest>
+#include <bbot/tftp.hxx>
+#include <bbot/machine.hxx>
+#include <bbot/machine-manifest.hxx>
+#include <bbot/bootstrap-manifest.hxx>
using namespace std;
using namespace butl;