X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..c9f856af6714b6a96bb9d4702797ae290ceea617:/src/motif/listbox.cpp diff --git a/src/motif/listbox.cpp b/src/motif/listbox.cpp index 1158c22fe0..d0cd48fdec 100644 --- a/src/motif/listbox.cpp +++ b/src/motif/listbox.cpp @@ -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 @@ -26,10 +29,6 @@ #define XtDisplay XTDISPLAY #endif -#include "wx/settings.h" -#include "wx/utils.h" -#include "wx/arrstr.h" - #ifdef __VMS__ #pragma message disable nosimpint #endif