diff trunk/src/dil/CompilerInfo.d @ 629:d050e211402b

Moved files in src/std/ to src/util/.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 11 Jan 2008 20:03:46 +0100
parents a3f66502ea64
children 3b34f6a95a27
line wrap: on
line diff
--- a/trunk/src/dil/CompilerInfo.d	Fri Jan 11 15:23:38 2008 +0100
+++ b/trunk/src/dil/CompilerInfo.d	Fri Jan 11 20:03:46 2008 +0100
@@ -3,7 +3,7 @@
   License: GPL3
 +/
 module dil.CompilerInfo;
-import std.metastrings : FormatT = Format, ToString;
+import util.metastrings : FormatT = Format, ToString;
 
 template Pad(char[] str, uint amount)
 {