Skip to content

xAODMuonPrepData - Move container declarations into the container header

Johannes Junggeburth requested to merge jojungge/athena:FixFwdDeclare into main

Pure forward include breaks if the compiler tries to deduce the DataVectorBase relations. Remove the container forward declares and move them into the container header files instead.

Merge request reports