]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcprint.cpp
implement wxComboBox::SetEditable()
[wxWidgets.git] / src / msw / dcprint.cpp
index 1850d5e873106a010b5c2e0a620d2d67e1679041..a2acc909cb6b94c60be2f84d3966991fa5215f99 100644 (file)
 #include "wx/dcprint.h"
 
 #ifndef WX_PRECOMP
 #include "wx/dcprint.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcdlg.h"
     #include "wx/string.h"
     #include "wx/log.h"
     #include "wx/window.h"
     #include "wx/dcmemory.h"
     #include "wx/string.h"
     #include "wx/log.h"
     #include "wx/window.h"
     #include "wx/dcmemory.h"
+    #include "wx/math.h"
 #endif
 
 #include "wx/msw/private.h"
 #endif
 
 #include "wx/msw/private.h"
@@ -43,9 +45,7 @@
 
 #include "wx/printdlg.h"
 #include "wx/msw/printdlg.h"
 
 #include "wx/printdlg.h"
 #include "wx/msw/printdlg.h"
-#include "wx/math.h"
 
 
-#include "wx/msw/wrapcdlg.h"
 #ifndef __WIN32__
     #include <print.h>
 #endif
 #ifndef __WIN32__
     #include <print.h>
 #endif