]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/listbox.cpp
move frame decorations drawing to the base class
[wxWidgets.git] / src / motif / listbox.cpp
index 1158c22fe0840695d992edaab82734a8574fdc70..d0cd48fdec4f89f0eef84f43eb5f5f3b96908775 100644 (file)
@@ -19,6 +19,9 @@
 #ifndef WX_PRECOMP
     #include "wx/dynarray.h"
     #include "wx/log.h"
+    #include "wx/utils.h"
+    #include "wx/settings.h"
+    #include "wx/arrstr.h"
 #endif
 
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
 
-#include "wx/settings.h"
-#include "wx/utils.h"
-#include "wx/arrstr.h"
-
 #ifdef __VMS__
 #pragma message disable nosimpint
 #endif