aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/machine.cxx')
-rw-r--r--bbot/machine.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bbot/machine.cxx b/bbot/machine.cxx
index 86448cf..bf0c0bf 100644
--- a/bbot/machine.cxx
+++ b/bbot/machine.cxx
@@ -2,7 +2,7 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
-#include <bbot/machine>
+#include <bbot/machine.hxx>
#include <unistd.h> // sleep()
@@ -12,8 +12,8 @@
#include <cstdio> // snprintf()
#include <cstring> // strcpy()
-#include <bbot/agent>
-#include <bbot/machine-manifest>
+#include <bbot/agent.hxx>
+#include <bbot/machine-manifest.hxx>
using namespace std;
using namespace butl;