From a941ce52ad7982734675f79f3339d737e721c389 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Tue, 13 Oct 2020 15:58:36 +0200
Subject: [PATCH] LArDetDescr: Remove reference to StoreGate.h.

Remove reference to obsolete header StoreGate.h.
---
 LArCalorimeter/LArDetDescr/src/LArRecoMaterialTool.cxx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/LArCalorimeter/LArDetDescr/src/LArRecoMaterialTool.cxx b/LArCalorimeter/LArDetDescr/src/LArRecoMaterialTool.cxx
index a84edad0c16..19a7d0883f3 100755
--- a/LArCalorimeter/LArDetDescr/src/LArRecoMaterialTool.cxx
+++ b/LArCalorimeter/LArDetDescr/src/LArRecoMaterialTool.cxx
@@ -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
 */
 
 // ***************************************************************************
@@ -13,7 +13,6 @@
 #include "Gaudi/Property.h"
 #include "GaudiKernel/IService.h"
 #include "GaudiKernel/IToolSvc.h"
-#include "StoreGate/StoreGate.h"
 #include <vector>
 
 #include "GeoModelUtilities/StoredPhysVol.h"
-- 
GitLab