]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/fontdlg.cpp
Warning fix.
[wxWidgets.git] / src / palmos / fontdlg.cpp
index 78a4786d6b503377a9a772f2fb6eac6d81b7f02d..b65a2831fa51740eb90a0f0f38eed5dbff470f5f 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
 // 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"
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 
 #if wxUSE_FONTDLG
 
 
 #if wxUSE_FONTDLG
 
+#include "wx/fontdlg.h"
+
 #ifndef WX_PRECOMP
 #ifndef WX_PRECOMP
-    #include "wx/defs.h"
     #include "wx/utils.h"
     #include "wx/dialog.h"
     #include "wx/math.h"
     #include "wx/utils.h"
     #include "wx/dialog.h"
     #include "wx/math.h"
+    #include "wx/log.h"
+    #include "wx/cmndata.h"
 #endif
 
 #endif
 
-#include "wx/fontdlg.h"
 #include "wx/palmos/private.h"
 
 #include "wx/palmos/private.h"
 
-#include "wx/cmndata.h"
-#include "wx/log.h"
-
 #include <stdlib.h>
 #include <string.h>
 
 #include <stdlib.h>
 #include <string.h>