From 4889d34c51ebf235e71e986e2a954972b7f557e0 Mon Sep 17 00:00:00 2001 From: ivana Date: Fri, 9 Mar 2007 15:54:38 +0000 Subject: [PATCH] Coding conventions - correcting includes --- MUON/AliMUONTrack.cxx | 6 ++---- MUON/AliMUONVTrackReconstructor.cxx | 12 +++++------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/MUON/AliMUONTrack.cxx b/MUON/AliMUONTrack.cxx index a4082acf2f9..8c539e902da 100644 --- a/MUON/AliMUONTrack.cxx +++ b/MUON/AliMUONTrack.cxx @@ -25,10 +25,6 @@ // /////////////////////////////////////////////////// -#include // for exit() -#include -#include - #include "AliMUONTrack.h" #include "AliMUONTrackParam.h" @@ -39,6 +35,8 @@ #include "AliLog.h" #include +#include +#include /// \cond CLASSIMP ClassImp(AliMUONTrack) // Class implementation in ROOT context diff --git a/MUON/AliMUONVTrackReconstructor.cxx b/MUON/AliMUONVTrackReconstructor.cxx index 33136e98831..8a806a59722 100644 --- a/MUON/AliMUONVTrackReconstructor.cxx +++ b/MUON/AliMUONVTrackReconstructor.cxx @@ -31,12 +31,6 @@ /// //////////////////////////////////// -#include -#include -#include -#include -#include - #include "AliMUONVTrackReconstructor.h" #include "AliMUONData.h" #include "AliMUONConstants.h" @@ -49,10 +43,14 @@ #include "AliMUONTrack.h" #include "AliMUONTrackParam.h" #include "AliMUONTrackExtrap.h" -#include "AliMagF.h" + #include "AliLog.h" #include "AliTracker.h" +#include +#include +#include + ClassImp(AliMUONVTrackReconstructor) // Class implementation in ROOT context //************* Defaults parameters for reconstruction -- 2.31.1