summaryrefslogtreecommitdiff
path: root/rts/RtsSymbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsSymbols.h')
-rw-r--r--rts/RtsSymbols.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/RtsSymbols.h b/rts/RtsSymbols.h
index 7f7ac0fce6..c2b2f07d94 100644
--- a/rts/RtsSymbols.h
+++ b/rts/RtsSymbols.h
@@ -6,8 +6,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_SYMBOLS_H
-#define RTS_SYMBOLS_H
+#pragma once
#include "ghcautoconf.h"
#include "LinkerInternals.h"
@@ -26,5 +25,3 @@ typedef struct _RtsSymbolVal {
} RtsSymbolVal;
extern RtsSymbolVal rtsSyms[];
-
-#endif /* RTS_SYMBOLS_H */