]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/filedlg.cpp
Bring osx class naming into line with the other ports.
[wxWidgets.git] / src / palmos / filedlg.cpp
index 1770673d4078c95385d9ee87a9c798a6b6580fb5..d03ec1b7421427e09397cf5c3a7d65a266bc0b68 100644 (file)
 
 #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 <stdlib.h>
 #include <string.h>
 
@@ -101,4 +100,3 @@ int wxFileDialog::ShowModal()
 }
 
 #endif // wxUSE_FILEDLG
-