Skip to content
Snippets Groups Projects
Commit 04fe6d5d authored by Raphael Isemann's avatar Raphael Isemann Committed by Vassil Vassilev
Browse files

Remove all redundant header guards around include directives


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>
parent c2642e11
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 94 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment