RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / rts / prof / LDV.h
similarity index 96%
rename from includes/StgLdvProf.h
rename to includes/rts/prof/LDV.h
index 3c3df1c..c51b106 100644 (file)
@@ -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 */