X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2Frts%2FEventLogFormat.h;fp=includes%2FEventLogFormat.h;h=363c1ca1cfe13cc2f0410ba824f6f629b93c8be1;hp=b56b0b77e4b46f1da8753d74bd17e1b66d6e3a7d;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hpb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78 diff --git a/includes/EventLogFormat.h b/includes/rts/EventLogFormat.h similarity index 98% rename from includes/EventLogFormat.h rename to includes/rts/EventLogFormat.h index b56b0b7..363c1ca 100644 --- a/includes/EventLogFormat.h +++ b/includes/rts/EventLogFormat.h @@ -73,8 +73,8 @@ * * -------------------------------------------------------------------------- */ -#ifndef EVENTLOGFORMAT_H -#define EVENTLOGFORMAT_H +#ifndef RTS_EVENTLOGFORMAT_H +#define RTS_EVENTLOGFORMAT_H /* * Markers for begin/end of the Header. @@ -140,4 +140,4 @@ typedef StgWord16 EventCapNo; #endif -#endif /* EVENTLOGFORMAT_H */ +#endif /* RTS_EVENTLOGFORMAT_H */