]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/fontdlg.cpp
code cleanup
[wxWidgets.git] / src / palmos / fontdlg.cpp
index 37f38b4a65374053901469fa088ccfdc4615a9a3..f1e6ec5d935089cd8a4b9e656049c5cd92a11d42 100644 (file)
@@ -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
 /////////////////////////////////////////////////////////////////////////////
 // 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 <math.h>
 #include <stdlib.h>
 #include <string.h>