diff options
Diffstat (limited to 'vcl/inc/printdlg.hxx')
-rw-r--r-- | vcl/inc/printdlg.hxx | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/vcl/inc/printdlg.hxx b/vcl/inc/printdlg.hxx index da25c825baf6..d11a689ca9e0 100644 --- a/vcl/inc/printdlg.hxx +++ b/vcl/inc/printdlg.hxx @@ -22,22 +22,15 @@ #include <vcl/dllapi.h> -#include "print.h" - -#include "vcl/print.hxx" -#include "vcl/dialog.hxx" -#include "vcl/fixed.hxx" -#include "vcl/button.hxx" -#include "vcl/gdimtf.hxx" -#include "vcl/lstbox.hxx" -#include "vcl/prgsbar.hxx" -#include "vcl/field.hxx" -#include "vcl/tabctrl.hxx" -#include "vcl/tabpage.hxx" -#include "vcl/virdev.hxx" - -#include <memory> -#include <map> +#include <vcl/print.hxx> +#include <vcl/dialog.hxx> +#include <vcl/fixed.hxx> +#include <vcl/button.hxx> +#include <vcl/prgsbar.hxx> +#include <vcl/field.hxx> +#include <vcl/tabctrl.hxx> +#include <vcl/tabpage.hxx> +#include <vcl/virdev.hxx> namespace vcl { |