diff options
author | Ian Lynagh <igloo@earth.li> | 2010-07-15 14:30:00 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-07-15 14:30:00 +0000 |
commit | b990a08bc3da9d5f61f44cb661240ca154fa74d7 (patch) | |
tree | adbddef4ebc31bfccdcf7d27ff50d9876be8ca51 /utils/ghc-pkg | |
parent | 59250f18e4bbe425c4ca3850783e592af9fcac96 (diff) | |
download | haskell-b990a08bc3da9d5f61f44cb661240ca154fa74d7.tar.gz |
Remove an unnecessary #include
Diffstat (limited to 'utils/ghc-pkg')
-rw-r--r-- | utils/ghc-pkg/Main.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index 00d3681b18..940e4043a4 100644 --- a/utils/ghc-pkg/Main.hs +++ b/utils/ghc-pkg/Main.hs @@ -27,8 +27,6 @@ import Text.Printf import Prelude -#include "../../includes/ghcconfig.h" - import System.Console.GetOpt import qualified Control.Exception as Exception import Data.Maybe |