[project @ 2005-01-28 15:03:06 by simonmar]
[ghc-base.git] / System / Environment.hs
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__