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/src/ExRootProgressBar.cc

    r3 r220  
    44 *  Class showing progress bar
    55 *
    6  *  $Date: 2008-11-04 10:32:27 $
    7  *  $Revision: 1.1 $
     6 *  $Date: 2009-02-02 11:32:01 $
     7 *  $Revision: 1.2 $
    88 *
    99 *
     
    1212 */
    1313
    14 #include "Utilities/ExRootAnalysis/interface/ExRootProgressBar.h"
    15 
     14#include "ExRootProgressBar.h"
    1615#include "TSystem.h"
    17 
    18 #include <iostream>
    19 
    20 #include <string.h>
    21 #include <stdio.h>
     16#include <cstdio>
    2217
    2318using namespace std;
Note: See TracChangeset for help on using the changeset viewer.