diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-26 21:34:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-05-17 19:00:24 +0300 |
commit | 2fca6d23f87304ceed78e93d2a52d137c5ffd0c7 (patch) | |
tree | c67fb039261b9417ca78b318104e8ada9f87f530 /bbot/worker/worker.cxx | |
parent | a8f7447cf43184160ade0de01199462c11f3c109 (diff) |
Add support for build artifacts upload in agent
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r-- | bbot/worker/worker.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 4895c76..c2ee4ba 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -12,7 +12,6 @@ #include <cstring> // strchr(), strncmp() #include <sstream> #include <iostream> -#include <algorithm> // find(), find_if(), remove_if() #include <libbutl/b.hxx> #include <libbutl/pager.hxx> |