X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FHash.c;h=09d0a06808dd83a8ddfcc98f32239cb268e3fbba;hb=26f4bfc82f2b2359259578e9c54d476fc2de650f;hp=033ccb3e73a2c9701c59bf250b7adab508375bbd;hpb=1d026619ef5f098a0349ba2fa1b29d5697718bad;p=ghc-hetmet.git diff --git a/rts/Hash.c b/rts/Hash.c index 033ccb3..09d0a06 100644 --- a/rts/Hash.c +++ b/rts/Hash.c @@ -10,10 +10,10 @@ #include "PosixSource.h" #include "Rts.h" + #include "Hash.h" #include "RtsUtils.h" -#include #include #define HSEGSIZE 1024 /* Size of a single hash table segment */