diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-25 11:05:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-26 09:55:44 +0200 |
commit | 468729d6490f033a2d955edbc0fd6ef932bb11a9 (patch) | |
tree | 620323df1c16fab4eaa5e4879feae871e64316c1 /include/sfx2 | |
parent | deb37c44ecfb8f6aa7c2ceec4771b0505fa7b6bb (diff) |
drop unnecessary includes and update pch
Change-Id: Id7fa7d5b95c32fdc738a18208eb95eaec102d937
Reviewed-on: https://gerrit.libreoffice.org/79523
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/module.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/tabdlg.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/viewsh.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx index 6278b7f0a8bf..6f9777aca7cb 100644 --- a/include/sfx2/module.hxx +++ b/include/sfx2/module.hxx @@ -24,7 +24,6 @@ #include <sfx2/dllapi.h> #include <sfx2/shell.hxx> #include <sfx2/styfitem.hxx> -#include <vcl/tabpage.hxx> #include <sal/types.h> #include <tools/fldunit.hxx> #include <com/sun/star/uno/Reference.hxx> diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 3d0176fe3964..0245ff6bbd6c 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -25,7 +25,6 @@ #include <sfx2/basedlgs.hxx> #include <sal/types.h> #include <vcl/builderpage.hxx> -#include <vcl/tabpage.hxx> #include <svl/itempool.hxx> #include <svl/itemset.hxx> #include <o3tl/typed_flags_set.hxx> diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx index 8e781d2d1611..4fb019a43132 100644 --- a/include/sfx2/viewsh.hxx +++ b/include/sfx2/viewsh.hxx @@ -31,7 +31,6 @@ #include <vcl/errcode.hxx> #include <o3tl/typed_flags_set.hxx> #include <vcl/vclptr.hxx> -#include <vcl/tabpage.hxx> #include <LibreOfficeKit/LibreOfficeKitTypes.h> #include <editeng/outliner.hxx> #include <functional> |