An error occurred while fetching folder content.
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:
Vassil Vassilev <vvasilev@cern.ch>
Name | Last commit | Last update |
---|---|---|
.. |