From: hristov Date: Fri, 15 Oct 2004 12:36:46 +0000 (+0000) Subject: Additional include files. Removing useles protection X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=8f1cfb0c86fec973aae9ff86677c33d999346ce8 Additional include files. Removing useles protection --- diff --git a/FMD/AliFMDReconstructor.cxx b/FMD/AliFMDReconstructor.cxx index 0587d5207bb..49fbaeac957 100644 --- a/FMD/AliFMDReconstructor.cxx +++ b/FMD/AliFMDReconstructor.cxx @@ -40,45 +40,19 @@ // //____________________________________________________________________ -#ifndef ALIFMD_H -# include "AliFMD.h" -#endif -#ifndef ALIFMDDIGIT_H -# include "AliFMDDigit.h" -#endif -#ifndef ALIFMDPARTICLES_H -# include "AliFMDParticles.h" -#endif -#ifndef ALIFMDRECONSTRUCTOR_H -# include "AliFMDReconstructor.h" -#endif -#ifndef ALIALTROBUFFER_H -# include "AliAltroBuffer.h" -#endif -#ifndef ALILOG_H -# include "AliLog.h" -#endif -#ifndef ALIRUN_H -# include "AliRun.h" -#endif -#ifndef ALIRUNLOADER_H -# include "AliRunLoader.h" -#endif -#ifndef ALILOADER_H -# include "AliLoader.h" -#endif -#ifndef ALIHEADER_H -# include "AliHeader.h" -#endif -#ifndef ALIGENEVENTHEADER_H -# include "AliGenEventHeader.h" -#endif -#ifndef ALIRAWREADERFILE_H -# include "AliRawReaderFile.h" -#endif -#ifndef ALIFMDRAWSTREAM_H -# include "AliFMDRawStream.h" -#endif +#include "AliFMD.h" +#include "AliFMDDigit.h" +#include "AliFMDParticles.h" +#include "AliFMDReconstructor.h" +#include "AliAltroBuffer.h" +#include "AliLog.h" +#include "AliRun.h" +#include "AliRunLoader.h" +#include "AliLoader.h" +#include "AliHeader.h" +#include "AliGenEventHeader.h" +#include "AliFMDRawStream.h" +#include "AliRawReader.h" //____________________________________________________________________ ClassImp(AliFMDReconstructor); diff --git a/FMD/AliFMDReconstructor.h b/FMD/AliFMDReconstructor.h index 9d6a4608d9a..c8cbb31b384 100644 --- a/FMD/AliFMDReconstructor.h +++ b/FMD/AliFMDReconstructor.h @@ -1,3 +1,5 @@ +#ifndef ALIFMDRECONSTRUCTOR_H +#define ALIFMDRECONSTRUCTOR_H // -*- mode: c++ -*- // // Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights @@ -18,14 +20,9 @@ of empty pads */ /* $Id$ */ -#ifndef ALIFMDRECONSTRUCTOR_H -#define ALIFMDRECONSTRUCTOR_H -#ifndef ALIRECONSTRUCTOR_H -# include -#endif -#ifndef ALIFMDMAP_H -# include -#endif + +#include +#include //____________________________________________________________________ class TClonesArray;