diff options
Diffstat (limited to 'includes/rts/storage/Block.h')
-rw-r--r-- | includes/rts/storage/Block.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/rts/storage/Block.h b/includes/rts/storage/Block.h index 7d6f102ab8..3c6f2b1fba 100644 --- a/includes/rts/storage/Block.h +++ b/includes/rts/storage/Block.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef RTS_STORAGE_BLOCK_H -#define RTS_STORAGE_BLOCK_H +#pragma once #include "ghcconfig.h" @@ -351,4 +350,3 @@ round_up_to_mblocks(StgWord words) } #endif /* !CMINUSMINUS */ -#endif /* RTS_STORAGE_BLOCK_H */ |