From: Ross Paterson Date: Wed, 9 Aug 2006 12:38:12 +0000 (+0000) Subject: remove unnecessary #include "ghcconfig.h" X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=def0852542944d6814579dfcc226d4ed775a0373;p=ghc-base.git remove unnecessary #include "ghcconfig.h" --- 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