]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontdlg.cpp
make it possible to associate context help text with individual radiobox items
[wxWidgets.git] / src / msw / fontdlg.cpp
index d0bcd12089a811e2dd7849a2c48e709f554daac7..2c5a32114dd009d2349b5078edb58238b586c4ad 100644 (file)
 
 #if wxUSE_FONTDLG
 
+#include "wx/fontdlg.h"
+
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
     #include "wx/dialog.h"
+    #include "wx/log.h"
+    #include "wx/cmndata.h"
 #endif
 
-#include "wx/fontdlg.h"
 #include "wx/msw/wrapcdlg.h"
 
-#include "wx/cmndata.h"
-#include "wx/log.h"
 #include "wx/math.h"
 
 #include <stdlib.h>