]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Include header files from the current directory
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 May 2006 13:19:29 +0000 (13:19 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 May 2006 13:19:29 +0000 (13:19 +0000)
STEER/AliESDFMD.h
STEER/AliESDVertex.h
STEER/AliESDfriend.h
STEER/AliFMDFloatMap.h
STEER/AliLoader.cxx
STEER/AliVertexer.cxx

index a4c59dafb569cebd8caefafe283af860b380d734..d8b0a7ced6c104ffd512e51401193a2354643a9d 100755 (executable)
@@ -17,7 +17,7 @@
 # include <TObject.h>
 #endif
 #ifndef ALIFMDFLOATMAP_H
-# include <AliFMDFloatMap.h>
+# include "AliFMDFloatMap.h"
 #endif
 
 //___________________________________________________________________
index 4a9d13259055f8d270333eae3eef70f280688fd1..d521fe0e75c66858f8a5fa367bce0fad16344ae0 100644 (file)
@@ -27,7 +27,7 @@
  *****************************************************************************/
 
 
-#include <AliVertex.h>
+#include "AliVertex.h"
 
 class AliESDVertex : public AliVertex {
  
index 52da2bd8b1674db0800faa2db902750bed627e3a..def5faabec7ad55497b8aec1d05ecb696ed168c3 100644 (file)
@@ -10,7 +10,7 @@
 #include <TObject.h>
 #include <TClonesArray.h>
 
-#include <AliESDfriendTrack.h>
+#include "AliESDfriendTrack.h"
 
 //_____________________________________________________________________________
 class AliESDfriend : public TObject {
index 30d6fe2444c091aff6ad5f100ef4b2b2e5842ff8..b9c33b55c288f6b3c39418b2c89aac63729d8355 100755 (executable)
@@ -6,7 +6,7 @@
  * See cxx source for full Copyright notice                               
  */
 #ifndef ALIFMDMAP_H
-# include <AliFMDMap.h>
+# include "AliFMDMap.h"
 #endif
 //____________________________________________________________________
 //
index 077b1aa74763d30cd8f5651c2452fba19aff2a66..e992699e3171a94b72da6d69067edc43d008959d 100644 (file)
@@ -7,7 +7,7 @@
 //Author: Alice Offline Group http://alisoft.cern.ch
 //Responsible: Piotr.Skowronski@cern.ch
 //
-#include <AliLoader.h>
+#include "AliLoader.h"
 
 //Root includes
 #include <TROOT.h>
index 545883dc64e125e327cdab1f2262ccf530021a68..d8217f9a1679d66c9282940d09336fcd939b53d6 100644 (file)
@@ -16,7 +16,7 @@
 /* $Id$ */
 
 #include "AliLog.h"
-#include <AliVertexer.h>
+#include "AliVertexer.h"
 
 ClassImp(AliVertexer)