X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9835c97c10c0d7de345e3a7a7c0fc2776eb2cb..5de959df83d3e9d5d1be269183e9ce3d343abac2:/src/motif/listbox.cpp?ds=sidebyside diff --git a/src/motif/listbox.cpp b/src/motif/listbox.cpp index 23bd098612..9845531ed1 100644 --- a/src/motif/listbox.cpp +++ b/src/motif/listbox.cpp @@ -14,8 +14,13 @@ #if wxUSE_LISTBOX +#include "wx/listbox.h" + #ifndef WX_PRECOMP #include "wx/dynarray.h" + #include "wx/log.h" + #include "wx/utils.h" + #include "wx/settings.h" #endif #ifdef __VMS @@ -23,10 +28,6 @@ #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__