From 7c36879d73b451d7888dbfce617a974395ce7885 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 13 Jul 2010 15:37:04 +0000 Subject: [PATCH] Remove unnecessary #include --- compiler/llvmGen/Llvm/Types.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/llvmGen/Llvm/Types.hs b/compiler/llvmGen/Llvm/Types.hs index e14dcce..947a2d0 100644 --- a/compiler/llvmGen/Llvm/Types.hs +++ b/compiler/llvmGen/Llvm/Types.hs @@ -5,7 +5,6 @@ module Llvm.Types where #include "HsVersions.h" -#include "ghcconfig.h" import Data.Char import Numeric -- 1.7.10.4