X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2Fprof%2FLDV.h;fp=includes%2FStgLdvProf.h;h=c51b10647e97d24e9e3155e2dd4f0973e667c271;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hp=3c3df1c5fad7c793232137fcd5bf49012fffd8ea;hpb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78;p=ghc-hetmet.git diff --git a/includes/StgLdvProf.h b/includes/rts/prof/LDV.h similarity index 96% rename from includes/StgLdvProf.h rename to includes/rts/prof/LDV.h index 3c3df1c..c51b106 100644 --- a/includes/StgLdvProf.h +++ b/includes/rts/prof/LDV.h @@ -6,8 +6,8 @@ * * ---------------------------------------------------------------------------*/ -#ifndef STGLDVPROF_H -#define STGLDVPROF_H +#ifndef RTS_PROF_LDV_H +#define RTS_PROF_LDV_H #ifdef PROFILING @@ -42,4 +42,5 @@ #define LDV_RECORD_DEAD_FILL_SLOP_DYNAMIC(c) /* nothing */ #endif /* PROFILING */ + #endif /* STGLDVPROF_H */