X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..f5766910b6731eb03e82371416e9778203396ce7:/src/palmos/fontdlg.cpp?ds=sidebyside diff --git a/src/palmos/fontdlg.cpp b/src/palmos/fontdlg.cpp index 78a4786d6b..b65a2831fa 100644 --- a/src/palmos/fontdlg.cpp +++ b/src/palmos/fontdlg.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "fontdlg.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -30,19 +26,18 @@ #if wxUSE_FONTDLG +#include "wx/fontdlg.h" + #ifndef WX_PRECOMP - #include "wx/defs.h" #include "wx/utils.h" #include "wx/dialog.h" #include "wx/math.h" + #include "wx/log.h" + #include "wx/cmndata.h" #endif -#include "wx/fontdlg.h" #include "wx/palmos/private.h" -#include "wx/cmndata.h" -#include "wx/log.h" - #include #include