Skip to content

Commit cb3e4a3

Browse files
fixed an issues where a .cc file was included, instead of a .h
1 parent dd507ad commit cb3e4a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbncode/Calibration/TrackCaloSkimmer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
#include "larsim/MCCheater/ParticleInventoryService.h"
6262

6363
#include "sbnobj/Common/Calibration/TrackCaloSkimmerObj.h"
64-
#include "sbnobj/Common/CRT/CRTHitT0TaggingInfo.cc"
65-
#include "sbnobj/Common/CRT/CRTHitT0TaggingTruthInfo.cc"
64+
#include "sbnobj/Common/CRT/CRTHitT0TaggingInfo.h"
65+
#include "sbnobj/Common/CRT/CRTHitT0TaggingTruthInfo.h"
6666

6767
#include "ITCSSelectionTool.h"
6868

0 commit comments

Comments
 (0)