diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-12 20:55:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-22 09:54:39 +0100 |
commit | 24d5f3065df5f05e1a8af7ae043db59fd7845ffa (patch) | |
tree | 2d3045f6e960276a7b1480ef9ed449cf831407a4 /desktop | |
parent | eb5438aca1046e61c247ca770d0e50644c118f3a (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[ab]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If18c80fc64e55d797953e24e40e5d5e62bd9c625
Reviewed-on: https://gerrit.libreoffice.org/63453
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
(cherry picked from commit 492ea7e08571e466e37f870b7642a79df55c2e92)
Reviewed-on: https://gerrit.libreoffice.org/63768
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_service.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_theextmgr.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_service.cxx b/desktop/source/deployment/gui/dp_gui_service.cxx index c9f125779e7b..29ae31e28617 100644 --- a/desktop/source/deployment/gui/dp_gui_service.cxx +++ b/desktop/source/deployment/gui/dp_gui_service.cxx @@ -21,6 +21,7 @@ #include <memory> #include "dp_gui.h" #include "dp_gui_theextmgr.hxx" +#include <osl/diagnose.h> #include <cppuhelper/implbase.hxx> #include <cppuhelper/implementationentry.hxx> #include <unotools/configmgr.hxx> diff --git a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx index e1ac1723e3bc..5a1a2528955c 100644 --- a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx +++ b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx @@ -32,6 +32,7 @@ #include <comphelper/propertysequence.hxx> #include <cppuhelper/exc_hlp.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include "dp_gui_dialog2.hxx" #include "dp_gui_extensioncmdqueue.hxx" |