From def0852542944d6814579dfcc226d4ed775a0373 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Wed, 9 Aug 2006 12:38:12 +0000 Subject: [PATCH] remove unnecessary #include "ghcconfig.h" --- System/Posix/Internals.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Posix/Internals.hs b/System/Posix/Internals.hs index a1ee00b..711a880 100644 --- a/System/Posix/Internals.hs +++ b/System/Posix/Internals.hs @@ -21,7 +21,6 @@ -- #hide module System.Posix.Internals where -#include "ghcconfig.h" #include "HsBaseConfig.h" import Control.Monad -- 1.7.10.4