summaryrefslogtreecommitdiff
path: root/includes/rts/Ticky.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Ticky.h')
-rw-r--r--includes/rts/Ticky.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Ticky.h b/includes/rts/Ticky.h
index ff4d44a0d0..de4e518430 100644
--- a/includes/rts/Ticky.h
+++ b/includes/rts/Ticky.h
@@ -11,8 +11,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_TICKY_H
-#define RTS_TICKY_H
+#pragma once
/* -----------------------------------------------------------------------------
The StgEntCounter type - needed regardless of TICKY_TICKY
@@ -31,5 +30,3 @@ typedef struct _StgEntCounter {
StgInt allocs; /* number of allocations by this fun */
struct _StgEntCounter *link;/* link to chain them all together */
} StgEntCounter;
-
-#endif /* RTS_TICKY_H */