]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/fontdlg.cpp
fix for popup menus (part of patch 1238355)
[wxWidgets.git] / src / palmos / fontdlg.cpp
index f1e6ec5d935089cd8a4b9e656049c5cd92a11d42..2b494dc2e0450582c480e691451eb973a00c08f8 100644 (file)
 
 #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"
 #endif
 
-#include "wx/fontdlg.h"
 #include "wx/palmos/private.h"
 
 #include "wx/cmndata.h"
-#include "wx/log.h"
 
 #include <stdlib.h>
 #include <string.h>