From 17a619c56730e5c5c44bc8784c7790b20087adc6 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Mon, 5 Oct 2020 15:48:58 +0200 Subject: [PATCH] ControlTest: Remove reference to StoreGate.h. Remove reference to obsolete header StoreGate.h. --- AtlasTest/ControlTest/test/StoreGateSvcClient_test.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/AtlasTest/ControlTest/test/StoreGateSvcClient_test.cxx b/AtlasTest/ControlTest/test/StoreGateSvcClient_test.cxx index 3801d5de860f..85ad686f6608 100644 --- a/AtlasTest/ControlTest/test/StoreGateSvcClient_test.cxx +++ b/AtlasTest/ControlTest/test/StoreGateSvcClient_test.cxx @@ -16,7 +16,6 @@ #include <cassert> -#include "StoreGate/StoreGate.h" #include "StoreGate/StoreGateSvc.h" #include "StoreGate/SGtests.h" #include "AthenaKernel/ILockable.h" -- GitLab