X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20bc5ad8dd419d0d3e524079f8fdbe3d8c14231f..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/palmos/progdlg.cpp?ds=sidebyside diff --git a/src/palmos/progdlg.cpp b/src/palmos/progdlg.cpp index f7be8c1df5..f2432a5450 100644 --- a/src/palmos/progdlg.cpp +++ b/src/palmos/progdlg.cpp @@ -9,25 +9,21 @@ // License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "progdlg.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif -#ifndef WX_PRECOMP - #include "wx/string.h" -#endif //WX_PRECOMP - #if wxUSE_PROGRESSDLG #include "wx/progdlg.h" -#include "wx/msgdlg.h" + +#ifndef WX_PRECOMP + #include "wx/string.h" + #include "wx/msgdlg.h" +#endif //WX_PRECOMP #include #include