summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-07-15 14:30:00 +0000
committerIan Lynagh <igloo@earth.li>2010-07-15 14:30:00 +0000
commitb990a08bc3da9d5f61f44cb661240ca154fa74d7 (patch)
treeadbddef4ebc31bfccdcf7d27ff50d9876be8ca51 /utils/ghc-pkg
parent59250f18e4bbe425c4ca3850783e592af9fcac96 (diff)
downloadhaskell-b990a08bc3da9d5f61f44cb661240ca154fa74d7.tar.gz
Remove an unnecessary #include
Diffstat (limited to 'utils/ghc-pkg')
-rw-r--r--utils/ghc-pkg/Main.hs2
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