From: cussonno Date: Mon, 9 May 2005 03:45:48 +0000 (+0000) Subject: Remove dependence to AliMUONHit class X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=5097d7630d3c5523beb78a84a2d79b89a629d8ea;p=u%2Fmrichter%2FAliRoot.git Remove dependence to AliMUONHit class --- diff --git a/MUON/AliMUONEventReconstructor.cxx b/MUON/AliMUONEventReconstructor.cxx index 9bcfafdf63f..22418aecd00 100644 --- a/MUON/AliMUONEventReconstructor.cxx +++ b/MUON/AliMUONEventReconstructor.cxx @@ -41,7 +41,6 @@ #include "AliMUONEventReconstructor.h" #include "AliMUON.h" #include "AliMUONConstants.h" -#include "AliMUONHit.h" #include "AliMUONHitForRec.h" #include "AliMUONTriggerTrack.h" #include "AliMUONTriggerCircuit.h" diff --git a/MUON/AliMUONEventReconstructor.h b/MUON/AliMUONEventReconstructor.h index 48dbae02509..31b77cc1fe1 100644 --- a/MUON/AliMUONEventReconstructor.h +++ b/MUON/AliMUONEventReconstructor.h @@ -12,7 +12,6 @@ #include -class AliMUONHit; class AliMUONHitForRec; class AliMUONSegment; class TClonesArray;