]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/listbox.cpp
send wxWindowCreateEvent from SubclassWin(), not WM_CREATE handler as we don't get...
[wxWidgets.git] / src / motif / listbox.cpp
index 1158c22fe0840695d992edaab82734a8574fdc70..8b956b96efb24e3d01bb4489e7dc05438332630b 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef WX_PRECOMP
     #include "wx/dynarray.h"
     #include "wx/log.h"
+    #include "wx/utils.h"
 #endif
 
 #ifdef __VMS
@@ -27,7 +28,6 @@
 #endif
 
 #include "wx/settings.h"
-#include "wx/utils.h"
 #include "wx/arrstr.h"
 
 #ifdef __VMS__