From e01cbd21230cc146e27838e731d1610d40164c1a Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Wed, 20 Oct 2021 14:03:49 -0400
Subject: [PATCH] TileRecAlgs: Remove reference to IAtRndmGenSvc.

Remove reference to obsolete/unused IAtRndmGenSvc.
---
 TileCalorimeter/TileRecAlgs/src/TileMuonReceiverReadCnt.cxx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/TileCalorimeter/TileRecAlgs/src/TileMuonReceiverReadCnt.cxx b/TileCalorimeter/TileRecAlgs/src/TileMuonReceiverReadCnt.cxx
index 53fa806132a1..d7e56e862399 100644
--- a/TileCalorimeter/TileRecAlgs/src/TileMuonReceiverReadCnt.cxx
+++ b/TileCalorimeter/TileRecAlgs/src/TileMuonReceiverReadCnt.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
 */
 
 //*****************************************************************************
@@ -31,7 +31,6 @@
 // Atlas includes
 #include "StoreGate/ReadHandle.h"
 #include "AthenaKernel/errorcheck.h"
-#include "AthenaKernel/IAtRndmGenSvc.h"
 
 // Gaudi includes
 #include "GaudiKernel/ISvcLocator.h"
-- 
GitLab