diff sema/AstAction.d @ 114:3a0cd42de9cc

Removed misc/Error.d and is now using the error system all way through.
author Anders Johnsen <skabet@gmail.com>
date Sun, 25 May 2008 16:40:38 +0200
parents 7ff4bc2accf2
children c3b24e7e8cf8
line wrap: on
line diff
--- a/sema/AstAction.d	Sun May 25 15:48:13 2008 +0200
+++ b/sema/AstAction.d	Sun May 25 16:40:38 2008 +0200
@@ -4,8 +4,7 @@
 
 import lexer.Token;
 
-import misc.Error,
-       basic.SourceManager;
+import basic.SourceManager;
 
 import ast.Module,
        ast.Exp,