summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-08-10 12:54:19 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-08-13 09:14:00 +0200
commit2bc7f8302601bbbac5cb4d4bf1d9b74262004363 (patch)
tree9b4252311f407f968301835ec59a7ccbde3ae7d9
parentvcl opengl windows: fix error handling in tryShaders() (diff)
downloadcore-2bc7f8302601bbbac5cb4d4bf1d9b74262004363.tar.gz
core-2bc7f8302601bbbac5cb4d4bf1d9b74262004363.zip
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@collabora.co.uk>
-rw-r--r--include/IwyuFilter_include.yaml6
-rw-r--r--include/store/store.hxx1
2 files changed, 6 insertions, 1 deletions
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>