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/sfx2/objsh.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/sfx2/objsh.hxx')
-rw-r--r-- | include/sfx2/objsh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index eaa93afd72da..1658f6db6b26 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.hxx> -#include <vcl/vclptr.hxx> #include <svl/poolitem.hxx> #include <sot/formats.hxx> #include <sot/object.hxx> |