X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..9cb0c458c4601f444437f7e816efe654158eaf90:/src/palmos/dirdlg.cpp?ds=sidebyside diff --git a/src/palmos/dirdlg.cpp b/src/palmos/dirdlg.cpp index fdb92d151f..48da4eadfa 100644 --- a/src/palmos/dirdlg.cpp +++ b/src/palmos/dirdlg.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "dirdlg.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -32,10 +28,11 @@ #if defined(__WIN95__) && !defined(__GNUWIN32_OLD__) && wxUSE_OLE +#include "wx/dirdlg.h" + #ifndef WX_PRECOMP #include "wx/utils.h" #include "wx/dialog.h" - #include "wx/dirdlg.h" #include "wx/log.h" #include "wx/app.h" // for GetComCtl32Version() #endif