summaryrefslogtreecommitdiff
path: root/includes/rts/BlockSignals.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/BlockSignals.h')
-rw-r--r--includes/rts/BlockSignals.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/BlockSignals.h b/includes/rts/BlockSignals.h
index 166d7bb3fe..23bc9859e0 100644
--- a/includes/rts/BlockSignals.h
+++ b/includes/rts/BlockSignals.h
@@ -11,8 +11,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_BLOCKSIGNALS_H
-#define RTS_BLOCKSIGNALS_H
+#pragma once
/* Used by runProcess() in the process package
*/
@@ -33,5 +32,3 @@ void blockUserSignals(void);
* The inverse of blockUserSignals(); re-enable the deliver of console events.
*/
void unblockUserSignals(void);
-
-#endif /* RTS_BLOCKSIGNALS_H */