diff options
Diffstat (limited to 'rts/RetainerProfile.h')
-rw-r--r-- | rts/RetainerProfile.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h index 180c4e24e3..959c346a84 100644 --- a/rts/RetainerProfile.h +++ b/rts/RetainerProfile.h @@ -7,8 +7,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef RETAINERPROFILE_H -#define RETAINERPROFILE_H +#pragma once #ifdef PROFILING @@ -49,5 +48,3 @@ extern W_ retainerStackBlocks ( void ); #include "EndPrivate.h" #endif /* PROFILING */ - -#endif /* RETAINERPROFILE_H */ |