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/svtools | |
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/svtools')
-rw-r--r-- | include/svtools/genericunodialog.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/genericunodialog.hxx b/include/svtools/genericunodialog.hxx index 298d488d0d23..1c1e2d246148 100644 --- a/include/svtools/genericunodialog.hxx +++ b/include/svtools/genericunodialog.hxx @@ -31,8 +31,6 @@ #include <comphelper/propertycontainer.hxx> #include <comphelper/broadcasthelper.hxx> #include <tools/link.hxx> -#include <vcl/dialog.hxx> -#include <vcl/vclptr.hxx> #include <vcl/weld.hxx> namespace com :: sun :: star :: awt { class XWindow; } |