From 8503a7917b65eb77c3267312dbbaae686f91a1ec Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Tue, 22 Mar 2022 13:38:13 -0700 Subject: [PATCH] fixup! hydra-queue-runner: make registry member of State, configurable metrics port --- src/hydra-queue-runner/hydra-queue-runner.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hydra-queue-runner/hydra-queue-runner.cc b/src/hydra-queue-runner/hydra-queue-runner.cc index 727a728f..f20c8e73 100644 --- a/src/hydra-queue-runner/hydra-queue-runner.cc +++ b/src/hydra-queue-runner/hydra-queue-runner.cc @@ -7,7 +7,6 @@ #include #include -#include #include "state.hh" #include "build-result.hh"