From 493d142ea192dadd38f6c9deb17cb920c5fbee81 Mon Sep 17 00:00:00 2001 From: slindal Date: Sat, 13 Mar 2010 08:48:59 +0000 Subject: [PATCH] coding violations --- HLT/EMCAL/AliHLTEMCALConstants.cxx | 2 ++ HLT/EMCAL/AliHLTEMCALConstants.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HLT/EMCAL/AliHLTEMCALConstants.cxx b/HLT/EMCAL/AliHLTEMCALConstants.cxx index d83fd5a31e5..0127e59b032 100644 --- a/HLT/EMCAL/AliHLTEMCALConstants.cxx +++ b/HLT/EMCAL/AliHLTEMCALConstants.cxx @@ -21,6 +21,8 @@ /// @date 2009-11-12 /// @brief Class containing constants for EMCAL and EMCAL /// loaded libraries + +#include "AliHLTCaloConstants.h" #include "AliHLTEMCALConstants.h" ClassImp(AliHLTEMCALConstants); diff --git a/HLT/EMCAL/AliHLTEMCALConstants.h b/HLT/EMCAL/AliHLTEMCALConstants.h index 18ee0dd89b6..02415e93ba9 100644 --- a/HLT/EMCAL/AliHLTEMCALConstants.h +++ b/HLT/EMCAL/AliHLTEMCALConstants.h @@ -22,8 +22,7 @@ #ifndef ALIHLTEMCALCONSTANTS_H #define ALIHLTEMCALCONSTANTS_H -#include "Rtypes.h" -#include "AliHLTCaloConstants.h" +class AliHLTCaloConstants; class AliHLTEMCALConstants : public AliHLTCaloConstants -- 2.43.0