]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove unneeded dependencies.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 12 Jan 2003 14:09:30 +0000 (14:09 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 12 Jan 2003 14:09:30 +0000 (14:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/dcpsg.cpp

index 25c72a2a11e21e0c56f6f3fab4e8293b63f4eec4..e8d69990629230315e0b6ae8f3468b0ef5cdffdc 100644 (file)
 
 #include "wx/setup.h"
 
-#include "wx/window.h"
 #include "wx/dcmemory.h"
 #include "wx/utils.h"
 #include "wx/intl.h"
-#include "wx/filedlg.h"
 #include "wx/app.h"
-#include "wx/msgdlg.h"
 #include "wx/image.h"
 #include "wx/log.h"
 #include "wx/generic/dcpsg.h"
-#include "wx/printdlg.h"
-#include "wx/button.h"
-#include "wx/stattext.h"
-#include "wx/radiobox.h"
-#include "wx/textctrl.h"
 #include "wx/prntbase.h"
 #include "wx/paper.h"
 #include "wx/filefn.h"
+#if WXWIN_COMPATIBILITY_2_2
+    #include "wx/window.h"
+    #include "wx/printdlg.h"
+#endif
 
 #include <math.h>