diff options
Diffstat (limited to 'includes/rts/GetTime.h')
-rw-r--r-- | includes/rts/GetTime.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/GetTime.h b/includes/rts/GetTime.h index e5dbd9e238..5b75b01bb8 100644 --- a/includes/rts/GetTime.h +++ b/includes/rts/GetTime.h @@ -11,9 +11,6 @@ * * ---------------------------------------------------------------------------*/ -#ifndef RTS_GETTIME_H -#define RTS_GETTIME_H +#pragma once StgWord64 getMonotonicNSec (void); - -#endif /* RTS_GETTIME_H */ |