diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-26 01:11:42 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-07 09:13:14 +0100 |
commit | 6256797dacfafaa573a67643440a3fe4e8128dca (patch) | |
tree | 73bb6fb0ba68a3dc15858d3161e20c3e9e0fd921 /sfx2/source/inc | |
parent | 892a5cfe557edb405ec0037676f02a1c24dd76ec (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I98f49765c6b74808dcbd692e0f375dd2848fcfd4
Reviewed-on: https://gerrit.libreoffice.org/65614
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/statcach.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/inc/templatesearchview.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/inc/workwin.hxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx index dfe107940902..1849cd5cfc4e 100644 --- a/sfx2/source/inc/statcach.hxx +++ b/sfx2/source/inc/statcach.hxx @@ -25,6 +25,7 @@ #include <com/sun/star/frame/FeatureStateEvent.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <cppuhelper/implbase.hxx> +#include <tools/debug.hxx> #include <sfx2/bindings.hxx> diff --git a/sfx2/source/inc/templatesearchview.hxx b/sfx2/source/inc/templatesearchview.hxx index d8e187d27409..9e5fd4134995 100644 --- a/sfx2/source/inc/templatesearchview.hxx +++ b/sfx2/source/inc/templatesearchview.hxx @@ -14,6 +14,7 @@ class TemplateViewItem; class PopupMenu; +class Menu; class TemplateSearchView final : public ThumbnailView { diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx index 626c4f768cd3..04fa88c68953 100644 --- a/sfx2/source/inc/workwin.hxx +++ b/sfx2/source/inc/workwin.hxx @@ -27,6 +27,7 @@ #include <com/sun/star/frame/XLayoutManagerListener.hpp> #include <cppuhelper/implbase.hxx> #include <cppuhelper/propshlp.hxx> +#include <cppuhelper/weakref.hxx> #include <rtl/ustring.hxx> #include <o3tl/typed_flags_set.hxx> |