diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-02 00:40:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-09 09:20:34 +0200 |
commit | f6e72cf4f70ac4f7bc6ace7c0cdb5e2afa13199a (patch) | |
tree | f9bdff741e11595f56ace494d51461e33659e369 /sc/inc/scopetools.hxx | |
parent | 9a15a75dfa7ab8c5d51c411e0e39d68d22b7587a (diff) |
tdf#42949 Fix IWYU warnings in sc/inc
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: I3b33b0dee7d7c9afc136510898039cab53990ddf
Reviewed-on: https://gerrit.libreoffice.org/74980
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/inc/scopetools.hxx')
-rw-r--r-- | sc/inc/scopetools.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/scopetools.hxx b/sc/inc/scopetools.hxx index 93f7238ec138..135a7ff5e008 100644 --- a/sc/inc/scopetools.hxx +++ b/sc/inc/scopetools.hxx @@ -11,7 +11,6 @@ #define INCLUDED_SC_INC_SCOPETOOLS_HXX #include "scdllapi.h" -#include <vcl/vclptr.hxx> class ScDocument; namespace vcl { class Window; } |