X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..f2c88494b6978bee502f4c856ba9dc7e3b7c3954:/src/common/valgen.cpp diff --git a/src/common/valgen.cpp b/src/common/valgen.cpp index 46c0a4cbb7..4b05f6d4f2 100644 --- a/src/common/valgen.cpp +++ b/src/common/valgen.cpp @@ -19,9 +19,9 @@ #if wxUSE_VALIDATORS #ifndef WX_PRECOMP + #include "wx/dynarray.h" #include "wx/utils.h" #include "wx/intl.h" - #include "wx/dynarray.h" #include "wx/choice.h" #include "wx/combobox.h" #include "wx/radiobox.h" @@ -34,18 +34,16 @@ #include "wx/button.h" #include "wx/listbox.h" #include "wx/slider.h" + #include "wx/checklst.h" #endif #include "wx/spinctrl.h" #if wxUSE_SPINBTN - #include "wx/spinbutt.h" -#endif -#if wxUSE_CHECKLISTBOX - #include "wx/checklst.h" + #include "wx/spinbutt.h" #endif #if wxUSE_TOGGLEBTN - #include "wx/tglbtn.h" + #include "wx/tglbtn.h" #endif #include "wx/valgen.h"