diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-08-10 12:54:19 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-13 09:14:00 +0200 |
commit | 2bc7f8302601bbbac5cb4d4bf1d9b74262004363 (patch) | |
tree | 9b4252311f407f968301835ec59a7ccbde3ae7d9 /include | |
parent | 431c4dc7dae68c28018ec19dd1c2b3e6b058c019 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/IwyuFilter_include.yaml | 6 | ||||
-rw-r--r-- | include/store/store.hxx | 1 |
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> |