diff dwt/dwthelper/utils.d @ 97:2e6eb5bd2c16

starting OLE
author Frank Benoit <benoit@tionex.de>
date Fri, 08 Feb 2008 19:49:32 +0100
parents 00a333240696
children ecba636b634e
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Fri Feb 08 11:57:24 2008 +0100
+++ b/dwt/dwthelper/utils.d	Fri Feb 08 19:49:32 2008 +0100
@@ -6,12 +6,13 @@
 public import dwt.dwthelper.System;
 public import Math = tango.math.Math;
 
+public import tango.core.Exception : IllegalArgumentException;
+
 import tango.io.Stdout;
 import tango.stdc.stringz;
 import tango.text.Util;
 import tango.text.Unicode;
 import tango.text.convert.Utf;
-import tango.core.Exception;
 import tango.stdc.stdlib : exit;
 
 void implMissing( char[] file, uint line ){