diff options
Diffstat (limited to 'bbot/agent/agent.cxx')
-rw-r--r-- | bbot/agent/agent.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx index c8e316a..b0f4d25 100644 --- a/bbot/agent/agent.cxx +++ b/bbot/agent/agent.cxx @@ -19,10 +19,10 @@ #include <chrono> #include <iostream> -#include <libbutl/pager.hxx> -#include <libbutl/sha256.hxx> -#include <libbutl/openssl.hxx> -#include <libbutl/filesystem.hxx> // dir_iterator +#include <libbutl/pager.mxx> +#include <libbutl/sha256.mxx> +#include <libbutl/openssl.mxx> +#include <libbutl/filesystem.mxx> // dir_iterator #include <libbbot/manifest.hxx> |