RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / Hash.c
index 033ccb3..09d0a06 100644 (file)
 
 #include "PosixSource.h"
 #include "Rts.h"
+
 #include "Hash.h"
 #include "RtsUtils.h"
 
-#include <stdlib.h>
 #include <string.h>
 
 #define HSEGSIZE    1024    /* Size of a single hash table segment */