diff options
Diffstat (limited to 'bbot/agent/agent.cxx')
-rw-r--r-- | bbot/agent/agent.cxx | 2 |
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; |