X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FHash.c;h=09d0a06808dd83a8ddfcc98f32239cb268e3fbba;hp=033ccb3e73a2c9701c59bf250b7adab508375bbd;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hpb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78 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 */