diff options
Diffstat (limited to 'rts/Ticker.h')
-rw-r--r-- | rts/Ticker.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/Ticker.h b/rts/Ticker.h index c276ec6017..2564723067 100644 --- a/rts/Ticker.h +++ b/rts/Ticker.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef TICKER_H -#define TICKER_H +#pragma once #include "BeginPrivate.h" @@ -19,5 +18,3 @@ void stopTicker (void); void exitTicker (bool wait); #include "EndPrivate.h" - -#endif /* TICKER_H */ |