diff options
Diffstat (limited to 'rts/ProfHeap.h')
-rw-r--r-- | rts/ProfHeap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index 7b12578175..85f81f3b9e 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef PROFHEAP_H -#define PROFHEAP_H +#pragma once #include "BeginPrivate.h" @@ -22,5 +21,3 @@ bool doingRetainerProfiling(void); #endif #include "EndPrivate.h" - -#endif /* PROFHEAP_H */ |