Remove an unnecessary #include
[ghc-hetmet.git] / utils / ghc-pkg / Main.hs
index 00d3681..940e404 100644 (file)
@@ -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