]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/print.cpp
move generic part of AdjustSize() and status bar methods to the base class
[wxWidgets.git] / src / os2 / print.cpp
index 99050676ed893fa7b2b6045a202dd6f9dbb879c8..8bee414a332583c165af3a998a910ce6cd04ee8e 100644 (file)
 
 #include "wx/wxprec.h"
 
+#if wxUSE_PRINTING_ARCHITECTURE
+
 #ifndef WX_PRECOMP
-#include <stdio.h>
-#include "wx/setup.h"
-#include "wx/list.h"
-#include "wx/utils.h"
-#include "wx/app.h"
+    #include <stdio.h>
+    #include "wx/list.h"
+    #include "wx/utils.h"
+    #include "wx/app.h"
 #endif
 
-#if wxUSE_PRINTING_ARCHITECTURE
-
 #include "wx/os2/printos2.h"
 #include "wx/generic/prntdlgg.h"