diff options
Diffstat (limited to 'rts/ThreadLabels.h')
-rw-r--r-- | rts/ThreadLabels.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/ThreadLabels.h b/rts/ThreadLabels.h index 742e77ae58..b70eaea4ea 100644 --- a/rts/ThreadLabels.h +++ b/rts/ThreadLabels.h @@ -7,8 +7,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef THREADLABELS_H -#define THREADLABELS_H +#pragma once #include "BeginPrivate.h" @@ -23,5 +22,3 @@ void labelThread (Capability *cap, char *label); #include "EndPrivate.h" - -#endif /* THREADLABELS_H */ |