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/source/registry.cxx | |
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/source/registry.cxx')
-rw-r--r-- | registry/source/registry.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx index b183f634eb97..166354aa5d62 100644 --- a/registry/source/registry.cxx +++ b/registry/source/registry.cxx @@ -18,11 +18,8 @@ */ -#include <regapi.hxx> #include <registry/registry.hxx> -#include <osl/process.h> - #include "keyimpl.hxx" #include "regimpl.hxx" #include "regkey.hxx" @@ -31,12 +28,6 @@ #include <io.h> #endif -#include <string.h> -#if defined(UNX) -#include <stdlib.h> -#include <unistd.h> -#endif - extern "C" { |