diff options
Diffstat (limited to 'rts/sm/HeapAlloc.h')
-rw-r--r-- | rts/sm/HeapAlloc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/sm/HeapAlloc.h b/rts/sm/HeapAlloc.h index 0ec1e6d7bb..a74e79a86d 100644 --- a/rts/sm/HeapAlloc.h +++ b/rts/sm/HeapAlloc.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef SM_HEAP_ALLOC_H -#define SM_HEAP_ALLOC_H +#pragma once #include "BeginPrivate.h" @@ -223,5 +222,3 @@ StgBool HEAP_ALLOCED_GC(void *p) #endif #include "EndPrivate.h" - -#endif /* SM_HEAP_ALLOC_H */ |