summaryrefslogtreecommitdiff
path: root/includes/rts/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Globals.h')
-rw-r--r--includes/rts/Globals.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Globals.h b/includes/rts/Globals.h
index e3ff643556..63d26e7814 100644
--- a/includes/rts/Globals.h
+++ b/includes/rts/Globals.h
@@ -14,8 +14,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_GLOBALS_H
-#define RTS_GLOBALS_H
+#pragma once
#define mkStoreAccessorPrototype(name) \
StgStablePtr \
@@ -35,5 +34,3 @@ mkStoreAccessorPrototype(LibHSghcInitLinkerDone)
mkStoreAccessorPrototype(LibHSghcGlobalDynFlags)
mkStoreAccessorPrototype(LibHSghcStaticOptions)
mkStoreAccessorPrototype(LibHSghcStaticOptionsReady)
-
-#endif /* RTS_GLOBALS_H */