diff options
Diffstat (limited to 'rts/Profiling.h')
-rw-r--r-- | rts/Profiling.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/Profiling.h b/rts/Profiling.h index 24a4e24f0d..2160052fc7 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef PROFILING_H -#define PROFILING_H +#pragma once #include <stdio.h> @@ -53,5 +52,3 @@ void debugCCS( CostCentreStack *ccs ); #endif #include "EndPrivate.h" - -#endif /* PROFILING_H */ |