diff options
author | Ian Lynagh <igloo@earth.li> | 2010-07-13 15:37:04 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-07-13 15:37:04 +0000 |
commit | 7c36879d73b451d7888dbfce617a974395ce7885 (patch) | |
tree | e61f41769717b659cd3839d0ffa4f95e8c401058 /compiler/llvmGen/Llvm | |
parent | d15229b75a07cf1092402f87950a1887c6429f3a (diff) | |
download | haskell-7c36879d73b451d7888dbfce617a974395ce7885.tar.gz |
Remove unnecessary #include
Diffstat (limited to 'compiler/llvmGen/Llvm')
-rw-r--r-- | compiler/llvmGen/Llvm/Types.hs | 1 |
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 |