From 6d05130c77af411a082cd26b36781b06ea3d7c93 Mon Sep 17 00:00:00 2001 From: gustavo Date: Fri, 18 May 2007 14:45:51 +0000 Subject: [PATCH] Include of TMath moved from .cxx to .h --- EMCAL/AliEMCALTracker.cxx | 1 - EMCAL/AliEMCALTracker.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/EMCAL/AliEMCALTracker.cxx b/EMCAL/AliEMCALTracker.cxx index c93948387e4..54f94eccf90 100644 --- a/EMCAL/AliEMCALTracker.cxx +++ b/EMCAL/AliEMCALTracker.cxx @@ -34,7 +34,6 @@ #include #include -#include #include #include #include diff --git a/EMCAL/AliEMCALTracker.h b/EMCAL/AliEMCALTracker.h index ef8ea99d9f6..95f05829f29 100644 --- a/EMCAL/AliEMCALTracker.h +++ b/EMCAL/AliEMCALTracker.h @@ -23,7 +23,7 @@ #define ALIEMCALTRACKER_H #include "AliTracker.h" - +#include "TMath.h" class TList; class TTree; class TObjArray; -- 2.43.0