Remove an unnecessary #include
authorIan Lynagh <igloo@earth.li>
Thu, 15 Jul 2010 23:39:30 +0000 (23:39 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 15 Jul 2010 23:39:30 +0000 (23:39 +0000)
compiler/cmm/CmmLex.x

index 4224325..1963479 100644 (file)
@@ -22,8 +22,6 @@ module CmmLex (
    CmmToken(..), cmmlex,
   ) where
 
-#include "HsVersions.h"
-
 import Cmm
 import Lexer