RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / rts / prof / CCS.h
similarity index 99%
rename from includes/StgProf.h
rename to includes/rts/prof/CCS.h
index 9b3ce69..3512930 100644 (file)
@@ -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 */