summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/Llvm
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-07-13 15:37:04 +0000
committerIan Lynagh <igloo@earth.li>2010-07-13 15:37:04 +0000
commit7c36879d73b451d7888dbfce617a974395ce7885 (patch)
treee61f41769717b659cd3839d0ffa4f95e8c401058 /compiler/llvmGen/Llvm
parentd15229b75a07cf1092402f87950a1887c6429f3a (diff)
downloadhaskell-7c36879d73b451d7888dbfce617a974395ce7885.tar.gz
Remove unnecessary #include
Diffstat (limited to 'compiler/llvmGen/Llvm')
-rw-r--r--compiler/llvmGen/Llvm/Types.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/llvmGen/Llvm/Types.hs b/compiler/llvmGen/Llvm/Types.hs
index e14dcce8cb..947a2d0f3c 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