From 4b366158512374fc15d0e11b59d8c5df95c2d1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Tadel?= Date: Tue, 1 Mar 2022 12:08:07 -0800 Subject: [PATCH] fix include to localpath RecoTracker/MkFitCore/src/HitStructures.cc Co-authored-by: Slava Krutelyov --- RecoTracker/MkFitCore/src/HitStructures.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecoTracker/MkFitCore/src/HitStructures.cc b/RecoTracker/MkFitCore/src/HitStructures.cc index 884cbd5328ddf..7e401ac0bc37e 100644 --- a/RecoTracker/MkFitCore/src/HitStructures.cc +++ b/RecoTracker/MkFitCore/src/HitStructures.cc @@ -1,7 +1,7 @@ #include "RecoTracker/MkFitCore/interface/HitStructures.h" #include "RecoTracker/MkFitCore/interface/IterationConfig.h" -#include "RecoTracker/MkFitCore/src/Matriplex/Memory.h" +#include "Matriplex/Memory.h" #include "Ice/IceRevisitedRadix.h" #include "Debug.h"