diff dwt/events/TypedEvent.d @ 39:43be986a1372

Sync events with dwt-linux
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 14:41:16 +0200
parents 5123b17c98ef
children d8635bb48c7c
line wrap: on
line diff
--- a/dwt/events/TypedEvent.d	Tue Oct 07 12:56:18 2008 +0200
+++ b/dwt/events/TypedEvent.d	Tue Oct 07 14:41:16 2008 +0200
@@ -12,8 +12,6 @@
  *******************************************************************************/
 module dwt.events.TypedEvent;
 
-import dwt.dwthelper.utils;
-
 
 import dwt.widgets.Event;
 import dwt.widgets.Display;
@@ -22,6 +20,7 @@
 
 import tango.text.convert.Format;
 import tango.text.Util : split;
+import dwt.dwthelper.utils;
 
 /**
  * This is the super class for all typed event classes provided