diff dwt/dwthelper/System.d @ 36:db5a898b2119

Fixed a lot of compile errors
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 07 Oct 2008 12:56:18 +0200
parents 5b53d338c709
children c74ba20de292
line wrap: on
line diff
--- a/dwt/dwthelper/System.d	Sun Sep 14 23:32:29 2008 +0200
+++ b/dwt/dwthelper/System.d	Tue Oct 07 12:56:18 2008 +0200
@@ -4,8 +4,10 @@
 module dwt.dwthelper.System;
 
 import tango.core.Exception;
+import tango.io.Stdout;
+import tango.io.Print;
+import tango.stdc.stdlib : exit;
 import tango.time.Clock;
-import tango.stdc.stdlib : exit;
 
 template SimpleType(T) {
     debug{