]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontdlg.cpp
Don't use wxWindows::DoGetClientSize() from
[wxWidgets.git] / src / msw / fontdlg.cpp
index e0917d615976007107c27c5aa207cf0efee6ca57..72802a232f255f8cdc2e35a3f2feaf5ce00bd96b 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/log.h"
+    #include "wx/cmndata.h"
+    #include "wx/math.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>
 #include <string.h>