diff options
-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> |