aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/agent.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/agent.cxx
parentf179ab72a8c623383f68eac3e30635700d88dde9 (diff)
Convert to use utility library
Diffstat (limited to 'bbot/agent/agent.cxx')
-rw-r--r--bbot/agent/agent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx
index 80b4fb7..c0849c6 100644
--- a/bbot/agent/agent.cxx
+++ b/bbot/agent/agent.cxx
@@ -30,11 +30,11 @@
#include <bbot/utility.hxx>
#include <bbot/diagnostics.hxx>
+#include <bbot/machine-manifest.hxx>
#include <bbot/bootstrap-manifest.hxx>
#include <bbot/agent/tftp.hxx>
#include <bbot/agent/machine.hxx>
-#include <bbot/agent/machine-manifest.hxx>
using namespace std;
using namespace butl;