diff options
Diffstat (limited to 'rts/sm/GCTDecl.h')
-rw-r--r-- | rts/sm/GCTDecl.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/sm/GCTDecl.h b/rts/sm/GCTDecl.h index f1f9516098..d3717d1e45 100644 --- a/rts/sm/GCTDecl.h +++ b/rts/sm/GCTDecl.h @@ -9,8 +9,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef SM_GCTDECL_H -#define SM_GCTDECL_H +#pragma once #include "BeginPrivate.h" @@ -143,5 +142,3 @@ extern __thread gc_thread* gct; #endif // THREADED_RTS #include "EndPrivate.h" - -#endif // SM_GCTDECL_H |