]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/listbox.cpp
Compile fixes: gcc seems to need pbt.h including, and PBT_APMRESUMEAUTOMATIC
[wxWidgets.git] / src / motif / listbox.cpp
index 23bd09861269691be5cbb21ee6c2107b7c73e3db..9845531ed1cb394cccf2a6517534f2d09a71b42c 100644 (file)
 
 #if wxUSE_LISTBOX
 
 
 #if wxUSE_LISTBOX
 
+#include "wx/listbox.h"
+
 #ifndef WX_PRECOMP
     #include "wx/dynarray.h"
 #ifndef WX_PRECOMP
     #include "wx/dynarray.h"
+    #include "wx/log.h"
+    #include "wx/utils.h"
+    #include "wx/settings.h"
 #endif
 
 #ifdef __VMS
 #endif
 
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
 
 #define XtDisplay XTDISPLAY
 #endif
 
-#include "wx/listbox.h"
-#include "wx/settings.h"
-#include "wx/log.h"
-#include "wx/utils.h"
 #include "wx/arrstr.h"
 
 #ifdef __VMS__
 #include "wx/arrstr.h"
 
 #ifdef __VMS__