[Libreoffice-commits] core.git: sc/inc
Gabor Kelemen
kelemeng at ubuntu.com
Tue May 15 07:08:53 UTC 2018
sc/inc/columniterator.hxx | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
New commits:
commit 1c2d8e870cc09e883bc7d53ff6fdefa6c9092a33
Author: Gabor Kelemen <kelemeng at ubuntu.com>
Date: Mon May 7 23:15:46 2018 +0200
tdf#42949 Fix IWYU warnings in sc/inc/columniterator.hxx
Found with bin/find-unneeded-includes
Here IWYU suggested to remove the column.hxx, but that does not compile.
Instead IWYUs complete suggestion list is applied
Change-Id: I815bcda467ebe698ce673d055e0ff3ad8f4b2aa3
Reviewed-on: https://gerrit.libreoffice.org/53952
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/sc/inc/columniterator.hxx b/sc/inc/columniterator.hxx
index c6a87b4e6b39..b36a4c7028b2 100644
--- a/sc/inc/columniterator.hxx
+++ b/sc/inc/columniterator.hxx
@@ -10,7 +10,15 @@
#ifndef INCLUDED_SC_INC_COLUMNITERATOR_HXX
#define INCLUDED_SC_INC_COLUMNITERATOR_HXX
-#include "column.hxx"
+#include <stddef.h>
+#include "address.hxx"
+#include <mdds/multi_type_vector_types.hpp>
+#include "mtvelements.hxx"
+#include <sal/types.h>
+#include "types.hxx"
+class ScColumn;
+class ScDocument;
+struct ScRefCellValue;
class ScColumnTextWidthIterator
{
More information about the Libreoffice-commits
mailing list