RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / rts / storage / ClosureTypes.h
similarity index 96%
rename from includes/ClosureTypes.h
rename to includes/rts/storage/ClosureTypes.h
index 99bd306..3415d42 100644 (file)
@@ -7,8 +7,8 @@
  *
  * -------------------------------------------------------------------------- */
 
-#ifndef CLOSURETYPES_H
-#define CLOSURETYPES_H
+#ifndef RTS_STORAGE_CLOSURETYPES_H
+#define RTS_STORAGE_CLOSURETYPES_H
 
 /* 
  * WARNING WARNING WARNING
@@ -93,4 +93,4 @@
 #define WHITEHOLE               69
 #define N_CLOSURE_TYPES         70
 
-#endif /* CLOSURETYPES_H */
+#endif /* RTS_STORAGE_CLOSURETYPES_H */