From caa7c91dd13a69110a55d68b61967f8239de15ce Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 4 Mar 2005 12:04:00 +0000 Subject: [PATCH] [project @ 2005-03-04 12:04:00 by simonmar] We shouldn't be including ghcconfig.h here --- ghc/compiler/main/DriverPipeline.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index 96df7c8..1856dce 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -6,8 +6,6 @@ -- ----------------------------------------------------------------------------- -#include "../includes/ghcconfig.h" - module DriverPipeline ( -- Interfaces for the batch-mode driver -- 1.7.10.4