summaryrefslogtreecommitdiff
path: root/rts/Stable.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Stable.h')
-rw-r--r--rts/Stable.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/Stable.h b/rts/Stable.h
index 679b4e8e41..5535637fa3 100644
--- a/rts/Stable.h
+++ b/rts/Stable.h
@@ -12,8 +12,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef STABLE_H
-#define STABLE_H
+#pragma once
#include "sm/GC.h" // for evac_fn below
@@ -50,5 +49,3 @@ extern Mutex stable_mutex;
#endif
#include "EndPrivate.h"
-
-#endif /* STABLE_H */