summaryrefslogtreecommitdiff
path: root/includes/rts/Threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Threads.h')
-rw-r--r--includes/rts/Threads.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h
index f45d351c2b..17a64c1ba0 100644
--- a/includes/rts/Threads.h
+++ b/includes/rts/Threads.h
@@ -12,8 +12,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_THREADS_H
-#define RTS_THREADS_H
+#pragma once
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -75,5 +74,3 @@ extern Capability MainCapability;
// current value at the moment).
//
extern void setNumCapabilities (uint32_t new_);
-
-#endif /* RTS_THREADS_H */