diff --git a/Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h b/Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h
index 7208d93f57ddac2e4d168c60352563775e6bb529..145f667573d9a8287c36d64c983af38702bf6c24 100755
--- a/Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h
+++ b/Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRKTRACKDICT_H
@@ -10,7 +10,6 @@
 // #include is needed for gcc_xml to parse the header files
 #include "TrkTrack/TrackStateOnSurface.h"
 #include "TrkTrack/TrackCollection.h"
-#include "TrkTrack/RefittedTrackPairCollection.h"
 #include "TrkTrack/LinkToTrack.h"
 #include "Identifier/Identifier.h"
 #include "AthLinks/ElementLink.h"
@@ -26,10 +25,11 @@ namespace Trk {
 	      DataVector<const TrackStateOnSurface>       m_trackStateVector;
 	      DataVector<Identifier>                      m_identifierVector;
 	      ElementLink<DataVector<Trk::Track> >        m_Elink;   
-        std::bitset< 11 >                             m_dummy1;
+        std::bitset< 11 >                           m_dummy1;
         TrackCollection m_tc;
         ElementLink<TrackCollection> m_e1;
-        std::vector<ElementLink<TrackCollection> > m_e2; //!< really for xAOD, but exposes dependency on TrkTrack to put it there...
+        //!< really for xAOD, but exposes dependency on TrkTrack to put it there...
+        std::vector<ElementLink<TrackCollection> > m_e2;
     };
 }
 #endif