[Libreoffice-commits] core.git: include/IwyuFilter_include.yaml include/store
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Aug 13 07:14:20 UTC 2018
include/IwyuFilter_include.yaml | 6 ++++++
include/store/store.hxx | 1 -
2 files changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 2bc7f8302601bbbac5cb4d4bf1d9b74262004363
Author: Gabor Kelemen <kelemeng at ubuntu.com>
AuthorDate: Fri Aug 10 12:54:19 2018 +0200
Commit: Miklos Vajna <vmiklos at collabora.co.uk>
CommitDate: Mon Aug 13 09:14:00 2018 +0200
tdf#42949 Fix IWYU warnings in include/{store,registry}/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9c3561292f770795623b765b1ea2ce80b9700ada
Reviewed-on: https://gerrit.libreoffice.org/58821
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index bdd2774b4e81..1f88a7890f9b 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -40,3 +40,9 @@ blacklist:
include/rtl/math.hxx:
# TODO MSVC does not compile basegfx/numeric/ftools.hxx when this is replaced
- math.h
+ include/registry/regtype.h:
+ # Needed for template
+ - o3tl/typed_flags_set.hxx
+ include/registry/types.hxx:
+ # Needed for template
+ - o3tl/typed_flags_set.hxx
diff --git a/include/store/store.hxx b/include/store/store.hxx
index c995975458b5..eee47c206577 100644
--- a/include/store/store.hxx
+++ b/include/store/store.hxx
@@ -22,7 +22,6 @@
#include <store/store.h>
#include <sal/types.h>
-#include <stddef.h>
#include <rtl/ustring.hxx>
#include <store/types.h>
More information about the Libreoffice-commits
mailing list