]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/paper.cpp
PCH-less build fixes
[wxWidgets.git] / src / common / paper.cpp
index 7f1cbfa40bb1c29dfe7c47bcb21238ef5413af11..bc29b2acc19093209c3a116d643165ffa43f33b2 100644 (file)
 
 #if wxUSE_PRINTING_ARCHITECTURE
 
-
 #ifndef WX_PRECOMP
+    #if defined(__WXMSW__)
+        #include "wx/msw/wrapcdlg.h"
+    #endif // MSW
     #include "wx/utils.h"
     #include "wx/settings.h"
     #include "wx/intl.h"
+    #include "wx/module.h"
 #endif
 
 #include "wx/paper.h"
-#include "wx/module.h"
 
 #include <stdlib.h>
 #include <string.h>
 
 #ifdef __WXMSW__
-    #include "wx/msw/wrapcdlg.h"
     #ifndef __WIN32__
         #include <print.h>
     #endif