summaryrefslogtreecommitdiff
path: root/rts/Proftimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Proftimer.h')
-rw-r--r--rts/Proftimer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/Proftimer.h b/rts/Proftimer.h
index a3cfc8bbd3..07dffff6b9 100644
--- a/rts/Proftimer.h
+++ b/rts/Proftimer.h
@@ -9,7 +9,7 @@
#ifndef PROFTIMER_H
#define PROFTIMER_H
-BEGIN_RTS_PRIVATE
+#include "BeginPrivate.h"
void initProfTimer ( void );
void handleProfTick ( void );
@@ -24,6 +24,6 @@ void startHeapProfTimer ( void );
extern rtsBool performHeapProfile;
-END_RTS_PRIVATE
+#include "EndPrivate.h"
#endif /* PROFTIMER_H */