fix non-DEBUG build (probably my fault, sorry)
[ghc-hetmet.git] / 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}