diff options
Diffstat (limited to 'rts/sm/Scav.h')
-rw-r--r-- | rts/sm/Scav.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/rts/sm/Scav.h b/rts/sm/Scav.h index ddd7d6d2ba..865a78a242 100644 --- a/rts/sm/Scav.h +++ b/rts/sm/Scav.h @@ -11,8 +11,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef SM_SCAV_H -#define SM_SCAV_H +#pragma once #include "BeginPrivate.h" @@ -25,6 +24,3 @@ void scavenge_capability_mut_Lists1 (Capability *cap); #endif #include "EndPrivate.h" - -#endif /* SM_SCAV_H */ - |