Skip to content

Tweak includes in non-moving GC headers

Ömer Sinan Ağacan requested to merge osa1/ghc:nonmoving_gc_includes into master

We don't use hash tables in non-moving GC so remove the includes.

This breaks Compact.c as existing includes no longer include Hash.h, so include Hash.h explicitly in Compact.c.

Merge request reports