X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..8ec0a8fa72b2d7b465752d062addf84e5ba535c5:/src/palmos/fontdlg.cpp diff --git a/src/palmos/fontdlg.cpp b/src/palmos/fontdlg.cpp index 37f38b4a65..f1e6ec5d93 100644 --- a/src/palmos/fontdlg.cpp +++ b/src/palmos/fontdlg.cpp @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// // Name: src/palmos/fontdlg.cpp // Purpose: wxFontDialog class -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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" @@ -34,6 +30,7 @@ #include "wx/defs.h" #include "wx/utils.h" #include "wx/dialog.h" + #include "wx/math.h" #endif #include "wx/fontdlg.h" @@ -42,7 +39,6 @@ #include "wx/cmndata.h" #include "wx/log.h" -#include #include #include