X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0b5881aeaef69976ed1693ab0423187a8bcd53c..63403da7808aa56477160c179c41884fdce3d620:/src/palmos/toplevel.cpp diff --git a/src/palmos/toplevel.cpp b/src/palmos/toplevel.cpp index 50cff4a252..da36ee828f 100644 --- a/src/palmos/toplevel.cpp +++ b/src/palmos/toplevel.cpp @@ -24,9 +24,10 @@ #pragma hdrstop #endif +#include "wx/toplevel.h" + #ifndef WX_PRECOMP #include "wx/app.h" - #include "wx/toplevel.h" #include "wx/dialog.h" #include "wx/string.h" #include "wx/log.h" @@ -36,6 +37,7 @@ #include "wx/button.h" #include "wx/checkbox.h" #include "wx/radiobut.h" + #include "wx/slider.h" #endif //WX_PRECOMP #include "wx/module.h" @@ -43,7 +45,6 @@ // controls for sending select event #include "wx/tglbtn.h" -#include "wx/slider.h" #include "wx/datectrl.h" #include