diff options
Diffstat (limited to 'rts/eventlog/EventLog.h')
-rw-r--r-- | rts/eventlog/EventLog.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/eventlog/EventLog.h b/rts/eventlog/EventLog.h index e36c97353e..90bb214495 100644 --- a/rts/eventlog/EventLog.h +++ b/rts/eventlog/EventLog.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef EVENTLOG_H -#define EVENTLOG_H +#pragma once #include "rts/EventLogFormat.h" #include "rts/EventLogWriter.h" @@ -185,5 +184,3 @@ INLINE_HEADER void postThreadLabel(Capability *cap STG_UNUSED, #endif #include "EndPrivate.h" - -#endif /* TRACING_H */ |