From dfcf7a1cb29ad44fc7e7e421f9003dbd2a52def3 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Mon, 19 Oct 2020 17:21:03 +0200 Subject: [PATCH] MissingETGoodness: Remove reference to StoreGate.h. Remove reference to obsolete header StoreGate.h. --- .../MissingETGoodness/src/EtmissGoodnessManagerAlg.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Reconstruction/MissingETGoodness/src/EtmissGoodnessManagerAlg.cxx b/Reconstruction/MissingETGoodness/src/EtmissGoodnessManagerAlg.cxx index eda6a8f0bce1..ab6185ca334a 100644 --- a/Reconstruction/MissingETGoodness/src/EtmissGoodnessManagerAlg.cxx +++ b/Reconstruction/MissingETGoodness/src/EtmissGoodnessManagerAlg.cxx @@ -1,11 +1,10 @@ /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #include "MissingETGoodness/EtmissGoodnessManagerAlg.h" -#include "StoreGate/StoreGate.h" #include "xAODEventInfo/EventInfo.h" #include "MissingETGoodness/EtmissGoodnessManager.h" -- GitLab