aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-04-26 21:34:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-05-17 19:00:24 +0300
commit2fca6d23f87304ceed78e93d2a52d137c5ffd0c7 (patch)
treec67fb039261b9417ca78b318104e8ada9f87f530 /bbot/worker/worker.cxx
parenta8f7447cf43184160ade0de01199462c11f3c109 (diff)
Add support for build artifacts upload in agent
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r--bbot/worker/worker.cxx1
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>