X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FEnvironment.hs;h=3271e29422e0adaf98c46412597bc8744a3d8940;hb=bb534f206682be14daf72b33c6105ab27295c6ac;hp=1235920edd1e608fc534db5c4cc98501330d23c5;hpb=a34fb5505b42a5f019d1fdf0dd586a5239400346;p=ghc-base.git diff --git a/System/Environment.hs b/System/Environment.hs index 1235920..3271e29 100644 --- a/System/Environment.hs +++ b/System/Environment.hs @@ -34,7 +34,6 @@ import Foreign.C import Control.Exception ( bracket ) import Control.Monad import GHC.IOBase -#include "ghcconfig.h" #endif #ifdef __HUGS__