summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-31 13:41:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-31 16:19:21 +0200
commit53046ce16303824a231f106c2a747a02f7bb3bcf (patch)
tree1a19245fad63f289dd42bc1c3a3bb146c1cff67f /include/sfx2
parent8e0bcc9beb36628df2bf239e82dede15464f6556 (diff)
drop some unnecessary includes
Change-Id: I1abef2c2318e83aa8045d2b4763e74f45b4755e5 Reviewed-on: https://gerrit.libreoffice.org/78347 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/printopt.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/sfx2/printopt.hxx b/include/sfx2/printopt.hxx
index 87a8638174d0..a30fba19b292 100644
--- a/include/sfx2/printopt.hxx
+++ b/include/sfx2/printopt.hxx
@@ -22,14 +22,10 @@
#include <sal/config.h>
#include <sfx2/dllapi.h>
+#include <sfx2/tabdlg.hxx>
#include <sal/types.h>
-#include <vcl/button.hxx>
-#include <vcl/field.hxx>
-#include <vcl/lstbox.hxx>
#include <vcl/print.hxx>
-#include <sfx2/tabdlg.hxx>
-
class SFX2_DLLPUBLIC SfxCommonPrintOptionsTabPage : public SfxTabPage
{