CaloRec: Clean out unnecessary includes of CaloDetDescrManager
While working on the migration of CaloDetDescrManager
to the CondStore
, I discovered that several files under CaloRec include CaloDetDescManager.h
without actually using it. Most likely a copy-paste artifact.
This MR removes the unnecessary include statements and forward-declarations.
cc @tsulaia for info.