diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-26 10:12:05 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-26 10:16:19 +1100 |
commit | 8dea4905a3ddcd4a970d55955a7a90fef1e4346d (patch) | |
tree | a301c8f263682fee3966c323e46281b502b99d8f /vcl | |
parent | e134477f0edc7a30d18d7a512be12569a96255a4 (diff) |
vcl: remove unnecessary headers in printdlg.hxx
Change-Id: I5c5d1652330e9a76d46e596fc49ac732327c6484
Diffstat (limited to 'vcl')
-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 { |