diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-25 00:53:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-29 13:17:17 +0100 |
commit | a96e6e80626e3a045d58c66a4724c3b847d318d0 (patch) | |
tree | dc3440048b46b14ed886eccc712c131af20d29cf /framework | |
parent | b5cd5296ff9601ed0a38909971e0886492d5d7c2 (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If1b2e04872eb0dd6725802c1709a9085f4cd8c91
Reviewed-on: https://gerrit.libreoffice.org/64141
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/uielement/menubarmerger.hxx | 1 | ||||
-rw-r--r-- | framework/source/uiconfiguration/ImageList.hxx | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/framework/inc/uielement/menubarmerger.hxx b/framework/inc/uielement/menubarmerger.hxx index 99370698fc38..139c40efc818 100644 --- a/framework/inc/uielement/menubarmerger.hxx +++ b/framework/inc/uielement/menubarmerger.hxx @@ -24,6 +24,7 @@ #include <rtl/ustring.hxx> #include <vcl/menu.hxx> +#include <vector> namespace framework { diff --git a/framework/source/uiconfiguration/ImageList.hxx b/framework/source/uiconfiguration/ImageList.hxx index 85c9459a7b5d..a4b46f5160d9 100644 --- a/framework/source/uiconfiguration/ImageList.hxx +++ b/framework/source/uiconfiguration/ImageList.hxx @@ -20,6 +20,8 @@ #ifndef FRAMEWORK_SOURCE_UICONFIGURATION_IMAGELIST_HXX #define FRAMEWORK_SOURCE_UICONFIGURATION_IMAGELIST_HXX +struct ImplImageList; + class ImageList { public: |