diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-06 21:41:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-16 09:15:41 +0200 |
commit | b53403c54c4fef4ecf5b9b8ba98eb643a0297858 (patch) | |
tree | ad254cc4836add9b260fee7b5068c849ec6340ae /include/vcl/msgbox.hxx | |
parent | 8d4fbc532e2058a906b06471501385404ff31541 (diff) |
tdf#42949 Fix IWYU warnings in include/
Recheck directories in include/ between vcl
and svx in the module hierarchy
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.
Change-Id: Ieab6083ee2aae33baf32d05943b07ad2de6f9d7f
Reviewed-on: https://gerrit.libreoffice.org/75170
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/vcl/msgbox.hxx')
-rw-r--r-- | include/vcl/msgbox.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/msgbox.hxx b/include/vcl/msgbox.hxx index ccdcf3aec7ff..042cef0a4010 100644 --- a/include/vcl/msgbox.hxx +++ b/include/vcl/msgbox.hxx @@ -21,6 +21,7 @@ #define INCLUDED_VCL_MSGBOX_HXX #include <vcl/dllapi.h> +#include <vcl/image.hxx> VCL_DLLPUBLIC Image const & GetStandardInfoBoxImage(); VCL_DLLPUBLIC OUString GetStandardInfoBoxText(); |