RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / rts / storage / Block.h
similarity index 98%
rename from includes/Block.h
rename to includes/rts/storage/Block.h
index ec894da..849f99f 100644 (file)
@@ -6,8 +6,8 @@
  *
  * ---------------------------------------------------------------------------*/
 
-#ifndef BLOCK_H
-#define BLOCK_H
+#ifndef RTS_STORAGE_BLOCK_H
+#define RTS_STORAGE_BLOCK_H
 
 /* The actual block and megablock-size constants are defined in
  * includes/Constants.h, all constants here are derived from these.
@@ -268,4 +268,4 @@ round_up_to_mblocks(StgWord words)
 }
 
 #endif /* !CMINUSMINUS */
-#endif /* BLOCK_H */
+#endif /* RTS_STORAGE_BLOCK_H */