Fork me on GitHub

Ignore:
Timestamp:
Feb 2, 2009, 12:34:35 PM (16 years ago)
Author:
Xavier Rouby
Message:

include statements have been cleaned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h

    r192 r220  
    1313 *  present in the data members of the Block TRoot class.
    1414 *
    15  *  $Date: 2009-01-26 14:43:09 $
    16  *  $Revision: 1.10 $
     15 *  $Date: 2009-02-02 11:32:12 $
     16 *  $Revision: 1.11 $
    1717 *
    1818 * 
     
    2121 */
    2222
    23 // Dependencies (#includes)
    24 
    2523#include "TLorentzVector.h"
    26 #include "TRef.h"
    2724#include "TObject.h"
    28 #include "TRefArray.h"
    29 
    30 #include "Utilities/ExRootAnalysis/interface/BlockCompare.h"
    31 //---------------------------------------------------------------------------
    32 //
     25#include "BlockCompare.h"
     26
    3327class TSortableObject: public TObject
    3428{
     
    4236  ClassDef(TSortableObject, 1)
    4337};
    44 
    4538
    4639//---------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.