fix non-DEBUG build (probably my fault, sorry)
authorSimon Marlow <simonmar@microsoft.com>
Mon, 16 Oct 2006 10:58:52 +0000 (10:58 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 16 Oct 2006 10:58:52 +0000 (10:58 +0000)
compiler/typecheck/TcGadt.lhs

index 4129df5..45debe9 100644 (file)
@@ -30,11 +30,11 @@ import ErrUtils
 import Maybes
 import Control.Monad
 import Outputable
+import TcType
 
 #ifdef DEBUG
 import Unique
 import UniqFM
-import TcType
 #endif
 \end{code}