diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-02-11 01:28:33 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-15 11:19:29 +0100 |
commit | 3478f4741c4a27e35a2b068a624648114d84a8f1 (patch) | |
tree | e813392755fcd4074a10aa0d08abc8ddb4457e6f /registry/inc | |
parent | d9f9a9e56d558174cb5ff96c3bb78a5692a26570 (diff) |
tdf#42949 Fix IWYU warnings in registry/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I819bb44e36bdb6ec671cf11bd779085767d82fd0
Reviewed-on: https://gerrit.libreoffice.org/67697
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'registry/inc')
-rw-r--r-- | registry/inc/regapi.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/registry/inc/regapi.hxx b/registry/inc/regapi.hxx index 35c4ddda35a9..ae5b7e119e48 100644 --- a/registry/inc/regapi.hxx +++ b/registry/inc/regapi.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_REGISTRY_INC_REGAPI_HXX #define INCLUDED_REGISTRY_INC_REGAPI_HXX -#include <stddef.h> #include <rtl/ustring.h> #include <registry/regtype.h> #include <registry/regdllapi.h> |