diff trunk/src/dil/Identifier.d @ 597:4d50267f59c9

Moved dil.TokensEnum to dil.lexer.TokensEnum.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 06 Jan 2008 00:28:26 +0100
parents 3bb94ba21490
children
line wrap: on
line diff
--- a/trunk/src/dil/Identifier.d	Sun Jan 06 00:25:29 2008 +0100
+++ b/trunk/src/dil/Identifier.d	Sun Jan 06 00:28:26 2008 +0100
@@ -3,7 +3,8 @@
   License: GPL3
 +/
 module dil.Identifier;
-import dil.TokensEnum;
+
+import dil.lexer.TokensEnum;
 import dil.IdentsEnum;
 import common;