diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-24 01:43:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-31 09:05:24 +0100 |
commit | 7513af89362a7d54e0210049d3644db5818950a5 (patch) | |
tree | 44778a5fbb1de7caea6feb16c01548cdb4192a27 /sc/inc/column.hxx | |
parent | f4818faf83fef91099b2fee972ccf3cb25aedd30 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/
Found with bin/find-unneeded-includes after recent improvements
- remove UNO headers from blacklist
- remove newly found unneeded fw declarations
- fix up some not self contained headers
Change-Id: I605656bc98a64640a78d2ff4de9c7c37326033cf
Reviewed-on: https://gerrit.libreoffice.org/62264
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index ffa43e12ea94..bdaeccde0afe 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -40,7 +40,6 @@ namespace formula { struct VectorRefArray; } namespace sc { -struct FormulaGroupContext; struct FormulaGroupEntry; class StartListeningContext; class EndListeningContext; @@ -49,7 +48,6 @@ class CopyToClipContext; class CopyToDocContext; class MixDocContext; class ColumnSpanSet; -struct ColumnBlockPosition; class SingleColumnSpanSet; struct RefUpdateContext; struct RefUpdateInsertTabContext; @@ -64,7 +62,6 @@ struct RowSpan; class RowHeightContext; class CompileFormulaContext; struct SetFormulaDirtyContext; -class RefMovedHint; enum class MatrixEdge; class ColumnIterator; |