diff options
Diffstat (limited to 'rts/Threads.h')
-rw-r--r-- | rts/Threads.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/Threads.h b/rts/Threads.h index 98792f4b71..faef2cbbc8 100644 --- a/rts/Threads.h +++ b/rts/Threads.h @@ -6,8 +6,7 @@ * * --------------------------------------------------------------------------*/ -#ifndef THREADS_H -#define THREADS_H +#pragma once #include "BeginPrivate.h" @@ -51,5 +50,3 @@ void printThreadQueue (StgTSO *t); #endif #include "EndPrivate.h" - -#endif /* THREADS_H */ |