X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FFastMutInt.lhs;h=2039ee5df942587863d8b7c944997dbb01d088c9;hb=3629180909c5ffcc9056b8fca262021021dbfab6;hp=90b4b9e9e55a52bb4fbe915c25c2361cbbd88ce1;hpb=d27302b92d741ae119bdf3cd52ba9dae251b6cf4;p=ghc-hetmet.git diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index 90b4b9e..2039ee5 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.lhs @@ -10,8 +10,6 @@ module FastMutInt( readFastMutInt, writeFastMutInt ) where -#include "HsVersions.h" - #ifdef __GLASGOW_HASKELL__ #include "MachDeps.h"