X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProftimer.h;h=07dffff6b97bb4561c118653933ec2f76106a0cd;hb=209e093599d0d4db5487d124895d817c55b7c052;hp=a3cfc8bbd3b237614d423d9f3a9564d815af7406;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;p=ghc-hetmet.git diff --git a/rts/Proftimer.h b/rts/Proftimer.h index a3cfc8b..07dffff 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 */