diff options
Diffstat (limited to 'rts/SMPClosureOps.h')
-rw-r--r-- | rts/SMPClosureOps.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/SMPClosureOps.h b/rts/SMPClosureOps.h index 39cde45544..4ade2d018a 100644 --- a/rts/SMPClosureOps.h +++ b/rts/SMPClosureOps.h @@ -6,8 +6,7 @@ * * -------------------------------------------------------------------------- */ -#ifndef RTS_STORAGE_SMPCLOSUREOPS_H -#define RTS_STORAGE_SMPCLOSUREOPS_H +#pragma once #include "BeginPrivate.h" @@ -125,5 +124,3 @@ INLINE_HEADER void unlockTSO(StgTSO *tso) #endif /* CMINUSMINUS */ #include "EndPrivate.h" - -#endif /* RTS_STORAGE_SMPCLOSUREOPS_H */ |