[project @ 2005-01-28 15:03:06 by simonmar]
authorsimonmar <unknown>
Fri, 28 Jan 2005 15:03:08 +0000 (15:03 +0000)
committersimonmar <unknown>
Fri, 28 Jan 2005 15:03:08 +0000 (15:03 +0000)
Remove some unnecessary #includes of ghcconfig.h

GHC/Conc.lhs
GHC/Handle.hs
GHC/IO.hs
GHC/Unicode.hs
System/Environment.hs

index 5fd0370..93ffba7 100644 (file)
@@ -14,7 +14,6 @@
 -- 
 -----------------------------------------------------------------------------
 
-#include "ghcconfig.h"
 module GHC.Conc
        ( ThreadId(..)
 
index 223c94e..1db09ff 100644 (file)
@@ -54,8 +54,6 @@ module GHC.Handle (
 
  ) where
 
-#include "ghcconfig.h"
-
 import System.Directory.Internals
 import Control.Monad
 import Data.Bits
index aa4c0c8..6cc8aaa 100644 (file)
--- a/GHC/IO.hs
+++ b/GHC/IO.hs
@@ -27,8 +27,6 @@ module GHC.IO (
    memcpy_baoff_ptr,
  ) where
 
-#include "ghcconfig.h"
-
 import Foreign
 import Foreign.C
 
index e3ce2bd..d5846c1 100644 (file)
@@ -30,7 +30,6 @@ import GHC.Int
 import GHC.Word
 import GHC.Num  (fromInteger)
 
-#include "ghcconfig.h"
 #include "HsBaseConfig.h"
 
 -- | Selects the first 128 characters of the Unicode character set,
index 1235920..3271e29 100644 (file)
@@ -34,7 +34,6 @@ import Foreign.C
 import Control.Exception       ( bracket )
 import Control.Monad
 import GHC.IOBase
-#include "ghcconfig.h"
 #endif
 
 #ifdef __HUGS__