X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff3e84ffdc91ee8a52b3ab646e48d44d62de80e1..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/filedlg.cpp diff --git a/src/palmos/filedlg.cpp b/src/palmos/filedlg.cpp index 1770673d40..d03ec1b742 100644 --- a/src/palmos/filedlg.cpp +++ b/src/palmos/filedlg.cpp @@ -26,10 +26,11 @@ #if wxUSE_FILEDLG && !defined(__SMARTPHONE__) +#include "wx/filedlg.h" + #ifndef WX_PRECOMP #include "wx/utils.h" #include "wx/msgdlg.h" - #include "wx/filedlg.h" #include "wx/filefn.h" #include "wx/intl.h" #include "wx/log.h" @@ -37,8 +38,6 @@ #include "wx/math.h" #endif -#include "wx/palmos/private.h" - #include #include @@ -101,4 +100,3 @@ int wxFileDialog::ShowModal() } #endif // wxUSE_FILEDLG -