Remove unnecessary #include
authorIan Lynagh <igloo@earth.li>
Tue, 13 Jul 2010 15:37:04 +0000 (15:37 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 13 Jul 2010 15:37:04 +0000 (15:37 +0000)
compiler/llvmGen/Llvm/Types.hs

index e14dcce..947a2d0 100644 (file)
@@ -5,7 +5,6 @@
 module Llvm.Types where
 
 #include "HsVersions.h"
-#include "ghcconfig.h"
 
 import Data.Char
 import Numeric