diff options
Diffstat (limited to 'rts/Updates.h')
-rw-r--r-- | rts/Updates.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/Updates.h b/rts/Updates.h index 513177217d..adbfb49832 100644 --- a/rts/Updates.h +++ b/rts/Updates.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef UPDATES_H -#define UPDATES_H +#pragma once #ifndef CMINUSMINUS #include "BeginPrivate.h" @@ -89,5 +88,3 @@ INLINE_HEADER void updateWithIndirection (Capability *cap, #ifndef CMINUSMINUS #include "EndPrivate.h" #endif - -#endif /* UPDATES_H */ |