diff options
Diffstat (limited to 'includes/rts/Utils.h')
-rw-r--r-- | includes/rts/Utils.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Utils.h b/includes/rts/Utils.h index a4a57ab332..4ab025b887 100644 --- a/includes/rts/Utils.h +++ b/includes/rts/Utils.h @@ -10,10 +10,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef RTS_UTILS_H -#define RTS_UTILS_H +#pragma once /* Alternate to raise(3) for threaded rts, for BSD-based OSes */ int genericRaise(int sig); - -#endif /* RTS_UTILS_H */ |