]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/listbox.cpp
handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedric...
[wxWidgets.git] / src / motif / listbox.cpp
index cc73babadf8faa5cf63d15769bb1d53bb27661d7..1158c22fe0840695d992edaab82734a8574fdc70 100644 (file)
 
 #if wxUSE_LISTBOX
 
+#include "wx/listbox.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/dynarray.h"
+    #include "wx/log.h"
+#endif
+
 #ifdef __VMS
 #define XtParent XTPARENT
 #define XtDisplay XTDISPLAY
 #endif
 
-# include "wx/listbox.h"
 #include "wx/settings.h"
-#include "wx/dynarray.h"
-#include "wx/log.h"
 #include "wx/utils.h"
 #include "wx/arrstr.h"