diff options
author | simonmar <unknown> | 2005-03-04 12:04:00 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-04 12:04:00 +0000 |
commit | caa7c91dd13a69110a55d68b61967f8239de15ce (patch) | |
tree | 4bde509108fd7dacf0ebf5647ce7c685c5b38b93 | |
parent | 7f5ad47f93198f4e0548c4ca5a7cb37f3dcbc060 (diff) | |
download | haskell-caa7c91dd13a69110a55d68b61967f8239de15ce.tar.gz |
[project @ 2005-03-04 12:04:00 by simonmar]
We shouldn't be including ghcconfig.h here
-rw-r--r-- | ghc/compiler/main/DriverPipeline.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index 96df7c8a25..1856dce60a 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 |