]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpPad.h
Reordering includes, forward declarations from most specific to more
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPad.h
index 1e7879b8a1b20b1eb8efc4750de51b0d678db074..7e3bdbb59c8d757704f1da071142cc00e3c5a21f 100755 (executable)
@@ -2,7 +2,7 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpPad.h,v 1.6 2005/08/26 15:43:36 ivana Exp $
+// $MpId: AliMpPad.h,v 1.9 2006/03/17 11:34:29 ivana Exp $
 
 /// \ingroup basic
 /// \class AliMpPad
 #ifndef ALI_MP_PAD_H
 #define ALI_MP_PAD_H
 
-#include "AliMpContainers.h"
+#include <TObject.h>
 
-#ifdef WITH_STL
-#include <vector>
-#endif
+#include "AliMpContainers.h"
+#include "AliMpIntPair.h"
 
+#include <TVector2.h>
 #ifdef WITH_ROOT
 #include <TClonesArray.h>
 #endif
 
-#include <TObject.h>
-#include <TVector2.h>
-
-#include "AliMpIntPair.h"
+#ifdef WITH_STL
+#include <vector>
+#endif
 
 class AliMpPad : public TObject
 {