From 430f45996b593f429a4eae3152a6b650c7f0d1c6 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Fri, 9 Oct 2020 15:35:27 +0200 Subject: [PATCH] LUCID_RawDataByteStreamCnv: Remove reference to StoreGate.h. Remove reference to obsolete header StoreGate.h. --- .../LUCID_RawDataByteStreamCnv/LUCID_DigitByteStreamCnv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_RawDataByteStreamCnv/LUCID_RawDataByteStreamCnv/LUCID_DigitByteStreamCnv.h b/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_RawDataByteStreamCnv/LUCID_RawDataByteStreamCnv/LUCID_DigitByteStreamCnv.h index a5c0e56a9ec..dddd2076481 100644 --- a/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_RawDataByteStreamCnv/LUCID_RawDataByteStreamCnv/LUCID_DigitByteStreamCnv.h +++ b/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_RawDataByteStreamCnv/LUCID_RawDataByteStreamCnv/LUCID_DigitByteStreamCnv.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ // ************************************************************************* @@ -31,7 +31,7 @@ #include "GaudiKernel/IRegistry.h" #include "GaudiKernel/IToolSvc.h" -#include "StoreGate/StoreGate.h" +#include "StoreGate/StoreGateSvc.h" #include "AthenaKernel/MsgStreamMember.h" -- GitLab