From 33775055c110ff7ce8007af424ac29d6798ccccf Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Tue, 20 Oct 2020 20:47:05 +0200
Subject: [PATCH] Geo2G4: Remove reference to StoreGate.h.

Remove reference to obsolete header StoreGate.h.
---
 Simulation/G4Utilities/Geo2G4/src/Geo2G4Builder.cxx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Simulation/G4Utilities/Geo2G4/src/Geo2G4Builder.cxx b/Simulation/G4Utilities/Geo2G4/src/Geo2G4Builder.cxx
index aa5e8f0bc37..adaa0810e53 100644
--- a/Simulation/G4Utilities/Geo2G4/src/Geo2G4Builder.cxx
+++ b/Simulation/G4Utilities/Geo2G4/src/Geo2G4Builder.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "Geo2G4Builder.h"
@@ -23,7 +23,6 @@
 #include "GaudiKernel/ISvcLocator.h"
 #include "GaudiKernel/Bootstrap.h"
 #include "StoreGate/StoreGateSvc.h"
-#include "StoreGate/StoreGate.h"
 
 #include "G4ReflectionFactory.hh"
 #include "G4LogicalBorderSurface.hh"
-- 
GitLab