diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-06 21:32:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-07 19:44:55 +0200 |
commit | 45385a532b2d4bd227d6771e54b2b8a9faca939c (patch) | |
tree | ace2b3e69f87fd206f9d9365fcba7a17b4b2e5e1 /sfx2 | |
parent | cf5a2fbbdaace0cbf0e7cbb39e280ec900a82b08 (diff) |
drop unnecessary includes
Change-Id: I0a873ecc812f229d972f18370ff06c02f521fedb
Reviewed-on: https://gerrit.libreoffice.org/61484
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 1 | ||||
-rw-r--r-- | sfx2/inc/preventduplicateinteraction.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/appl/newhelp.hxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 51b5c8e10195..079cca3ddb51 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -97,7 +97,6 @@ #include <vcl/commandinfoprovider.hxx> #include <vcl/ctrl.hxx> #include <vcl/devicecoordinate.hxx> -#include <vcl/dialog.hxx> #include <vcl/dibtools.hxx> #include <vcl/dllapi.h> #include <vcl/edit.hxx> diff --git a/sfx2/inc/preventduplicateinteraction.hxx b/sfx2/inc/preventduplicateinteraction.hxx index 8fdf8f79ea22..8a8cd91b565c 100644 --- a/sfx2/inc/preventduplicateinteraction.hxx +++ b/sfx2/inc/preventduplicateinteraction.hxx @@ -34,8 +34,6 @@ #include <sfx2/app.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <vcl/dialog.hxx> -#include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> namespace com { namespace sun { namespace star { namespace uno { diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx index fa660cd5f01c..a887f5d00127 100644 --- a/sfx2/source/appl/newhelp.hxx +++ b/sfx2/source/appl/newhelp.hxx @@ -32,7 +32,6 @@ #include <vcl/fixed.hxx> #include <vcl/button.hxx> #include <vcl/lstbox.hxx> -#include <vcl/dialog.hxx> #include <vcl/weld.hxx> #include <svtools/treelistbox.hxx> #include <unotools/moduleoptions.hxx> |