X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fghci%2FInteractiveUI.hs;h=ec59f0b4e179a3189bae67266423c3efdd84c47e;hb=153b9cb9b11e05c4edb1b6bc0a7b972660e41f70;hp=35f98144f8224431a0c7dc222b8b8202686f3f1f;hpb=bfdd44b2bfec3d819fd5ce19279832c25f096bb4;p=ghc-hetmet.git diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 35f9814..ec59f0b 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,6 +1,6 @@ {-# OPTIONS -#include "Linker.h" #-} ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.184 2005/01/26 12:58:09 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.185 2005/01/28 12:55:23 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -12,7 +12,6 @@ module InteractiveUI ( ghciWelcomeMsg ) where -#include "../includes/ghcconfig.h" #include "HsVersions.h" import CompManager