X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2Fprof%2FCCS.h;fp=includes%2FStgProf.h;h=3512930b7bd7b15c21ce483413c9ed7e81348798;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hp=9b3ce69a9f7d365b8b4e5f7d1e347b33695bf57a;hpb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78;p=ghc-hetmet.git diff --git a/includes/StgProf.h b/includes/rts/prof/CCS.h similarity index 99% rename from includes/StgProf.h rename to includes/rts/prof/CCS.h index 9b3ce69..3512930 100644 --- a/includes/StgProf.h +++ b/includes/rts/prof/CCS.h @@ -6,8 +6,8 @@ * * ---------------------------------------------------------------------------*/ -#ifndef STGPROF_H -#define STGPROF_H +#ifndef RTS_PROF_CCS_H +#define RTS_PROF_CCS_H /* ----------------------------------------------------------------------------- * Data Structures @@ -234,5 +234,5 @@ extern CostCentreStack * RTS_VAR(CCS_LIST); /* registered CCS list */ #endif /* PROFILING */ -#endif /* STGPROF_H */ +#endif /* RTS_PROF_CCS_H */