# HG changeset patch # User Frank Benoit # Date 1223319732 -7200 # Node ID 96b14a31d9b3503dfb433140788453373c5d483f # Parent ffb904674b524271bce23fbc5ba8a78a50a6bcac Added missing dwthelper.utils imports. (catched by llvmdc) diff -r ffb904674b52 -r 96b14a31d9b3 dwt/custom/CTabFolderLayout.d --- a/dwt/custom/CTabFolderLayout.d Sat Sep 27 15:58:22 2008 +0200 +++ b/dwt/custom/CTabFolderLayout.d Mon Oct 06 21:02:12 2008 +0200 @@ -12,6 +12,7 @@ *******************************************************************************/ module dwt.custom.CTabFolderLayout; +import dwt.dwthelper.utils; import dwt.DWT; import dwt.graphics.GC; diff -r ffb904674b52 -r 96b14a31d9b3 dwt/custom/ControlEditor.d --- a/dwt/custom/ControlEditor.d Sat Sep 27 15:58:22 2008 +0200 +++ b/dwt/custom/ControlEditor.d Mon Oct 06 21:02:12 2008 +0200 @@ -12,7 +12,7 @@ *******************************************************************************/ module dwt.custom.ControlEditor; - +import dwt.dwthelper.utils; import dwt.DWT; import dwt.graphics.Rectangle; diff -r ffb904674b52 -r 96b14a31d9b3 dwt/custom/TableTreeEditor.d --- a/dwt/custom/TableTreeEditor.d Sat Sep 27 15:58:22 2008 +0200 +++ b/dwt/custom/TableTreeEditor.d Mon Oct 06 21:02:12 2008 +0200 @@ -12,6 +12,7 @@ *******************************************************************************/ module dwt.custom.TableTreeEditor; +import dwt.dwthelper.utils; import dwt.DWT; diff -r ffb904674b52 -r 96b14a31d9b3 dwt/custom/TreeEditor.d --- a/dwt/custom/TreeEditor.d Sat Sep 27 15:58:22 2008 +0200 +++ b/dwt/custom/TreeEditor.d Mon Oct 06 21:02:12 2008 +0200 @@ -12,6 +12,7 @@ *******************************************************************************/ module dwt.custom.TreeEditor; +import dwt.dwthelper.utils; import dwt.DWT; diff -r ffb904674b52 -r 96b14a31d9b3 dwt/custom/ViewFormLayout.d --- a/dwt/custom/ViewFormLayout.d Sat Sep 27 15:58:22 2008 +0200 +++ b/dwt/custom/ViewFormLayout.d Mon Oct 06 21:02:12 2008 +0200 @@ -12,6 +12,7 @@ *******************************************************************************/ module dwt.custom.ViewFormLayout; +import dwt.dwthelper.utils; import dwt.DWT; import dwt.graphics.Point; diff -r ffb904674b52 -r 96b14a31d9b3 dwt/widgets/Canvas.d --- a/dwt/widgets/Canvas.d Sat Sep 27 15:58:22 2008 +0200 +++ b/dwt/widgets/Canvas.d Mon Oct 06 21:02:12 2008 +0200 @@ -12,7 +12,7 @@ *******************************************************************************/ module dwt.widgets.Canvas; - +import dwt.dwthelper.utils; import dwt.graphics.Point; import dwt.internal.gtk.OS; import dwt.DWT; diff -r ffb904674b52 -r 96b14a31d9b3 dwt/widgets/CoolItem.d --- a/dwt/widgets/CoolItem.d Sat Sep 27 15:58:22 2008 +0200 +++ b/dwt/widgets/CoolItem.d Mon Oct 06 21:02:12 2008 +0200 @@ -12,6 +12,7 @@ *******************************************************************************/ module dwt.widgets.CoolItem; +import dwt.dwthelper.utils; import dwt.DWT; import dwt.DWTException; import dwt.events.SelectionEvent; diff -r ffb904674b52 -r 96b14a31d9b3 dwt/widgets/Scrollable.d --- a/dwt/widgets/Scrollable.d Sat Sep 27 15:58:22 2008 +0200 +++ b/dwt/widgets/Scrollable.d Mon Oct 06 21:02:12 2008 +0200 @@ -12,6 +12,7 @@ *******************************************************************************/ module dwt.widgets.Scrollable; +import dwt.dwthelper.utils; import dwt.DWT; import dwt.internal.gtk.OS; diff -r ffb904674b52 -r 96b14a31d9b3 dwt/widgets/Slider.d --- a/dwt/widgets/Slider.d Sat Sep 27 15:58:22 2008 +0200 +++ b/dwt/widgets/Slider.d Mon Oct 06 21:02:12 2008 +0200 @@ -12,6 +12,7 @@ *******************************************************************************/ module dwt.widgets.Slider; +import dwt.dwthelper.utils; import dwt.widgets.Control; import dwt.widgets.Composite;