X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverUtil.hs;h=dab7eb68c28c4863359b0a0c68cca5793a75017c;hb=153b9cb9b11e05c4edb1b6bc0a7b972660e41f70;hp=8a8567023084ecdccf69c9bd5a38e4e62f02fc2f;hpb=bfdd44b2bfec3d819fd5ce19279832c25f096bb4;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DriverUtil.hs b/ghc/compiler/main/DriverUtil.hs index 8a85670..dab7eb6 100644 --- a/ghc/compiler/main/DriverUtil.hs +++ b/ghc/compiler/main/DriverUtil.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverUtil.hs,v 1.49 2005/01/11 16:21:53 simonmar Exp $ +-- $Id: DriverUtil.hs,v 1.50 2005/01/28 12:55:37 simonmar Exp $ -- -- Utils for the driver -- @@ -19,7 +19,6 @@ module DriverUtil ( replaceFilenameDirectory, remove_spaces, escapeSpaces, ) where -#include "../includes/ghcconfig.h" #include "HsVersions.h" import Util