aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/machine.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-29 10:54:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-29 10:54:31 +0200
commita69f728a710bcc4e17913a57ffb01da076467bfb (patch)
treeb881854f9419975d87fdaf3b2f51db6492c97edf /bbot/agent/machine.cxx
parentf179ab72a8c623383f68eac3e30635700d88dde9 (diff)
Convert to use utility library
Diffstat (limited to 'bbot/agent/machine.cxx')
-rw-r--r--bbot/agent/machine.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx
index 422c623..f3c9874 100644
--- a/bbot/agent/machine.cxx
+++ b/bbot/agent/machine.cxx
@@ -12,8 +12,9 @@
#include <cstdio> // snprintf()
#include <cstring> // strcpy()
+#include <bbot/machine-manifest.hxx>
+
#include <bbot/agent/agent.hxx>
-#include <bbot/agent/machine-manifest.hxx>
using namespace std;
using namespace butl;