Skip to content

CaloCellNeighborsAverageCorr: Remove unnecessary include of CaloDetDescrManager

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

While working on the migration of CaloDetDescrManager to the CondStore, I discovered that some file 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