do a bit of by-hand CSE
[ghc-hetmet.git] / rts / sm / Scav.h
index df774cd..699e48c 100644 (file)
  *
  * ---------------------------------------------------------------------------*/
 
+#ifndef SM_SCAV_H
+#define SM_SCAV_H
+
+#include "BeginPrivate.h"
+
 void    scavenge_loop (void);
 void    scavenge_mutable_list (bdescr *bd, generation *gen);
 void    scavenge_capability_mut_lists (Capability *cap);
@@ -20,3 +25,8 @@ void    scavenge_loop1 (void);
 void    scavenge_mutable_list1 (bdescr *bd, generation *gen);
 void    scavenge_capability_mut_Lists1 (Capability *cap);
 #endif
+
+#include "EndPrivate.h"
+
+#endif /* SM_SCAV_H */
+