summaryrefslogtreecommitdiff
path: root/rts/ThreadPaused.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ThreadPaused.h')
-rw-r--r--rts/ThreadPaused.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/ThreadPaused.h b/rts/ThreadPaused.h
index 197b8d3257..4d762f9aed 100644
--- a/rts/ThreadPaused.h
+++ b/rts/ThreadPaused.h
@@ -6,9 +6,6 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef THREADPAUSED_H
-#define THREADPAUSED_H
+#pragma once
RTS_PRIVATE void threadPaused ( Capability *cap, StgTSO * );
-
-#endif /* THREADPAUSED_H */