summaryrefslogtreecommitdiff
path: root/includes/rts/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Config.h')
-rw-r--r--includes/rts/Config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Config.h b/includes/rts/Config.h
index 51ee74fdb8..43057773f2 100644
--- a/includes/rts/Config.h
+++ b/includes/rts/Config.h
@@ -13,8 +13,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_CONFIG_H
-#define RTS_CONFIG_H
+#pragma once
#if defined(TICKY_TICKY) && defined(THREADED_RTS)
#error TICKY_TICKY is incompatible with THREADED_RTS
@@ -47,5 +46,3 @@
/* Profile spin locks */
#define PROF_SPIN
-
-#endif /* RTS_CONFIG_H */