Skip to content

CaloRec: Clean out unnecessary includes of CaloDetDescrManager

Walter Lampl requested to merge wlampl/athena:CaloRecIncludeCleanup into master

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.

Merge request reports