Skip to content
  • Raphael Isemann's avatar
    Remove all redundant header guards around include directives · 04fe6d5d
    Raphael Isemann authored
    
    
    Many headers contains redundant header guards around #include directives:
    
        #ifndef ROOT_TTree
        #include "TTree.h"
        #endif
    
    This patch removes the #ifndef's around these includes as they
    don't serve any pratical purpose anymore and are no longer part
    of the current ROOT coding convention.
    
    This patch also fixes the 153 typos that are contained in the
    symbols of the #ifndef directives.
    
    Signed-off-by: default avatarVassil Vassilev <vvasilev@cern.ch>
    04fe6d5d
Loading