summaryrefslogtreecommitdiff
path: root/registry/source/regimpl.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-11 01:28:33 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-15 11:19:29 +0100
commit3478f4741c4a27e35a2b068a624648114d84a8f1 (patch)
treee813392755fcd4074a10aa0d08abc8ddb4457e6f /registry/source/regimpl.cxx
parentd9f9a9e56d558174cb5ff96c3bb78a5692a26570 (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/regimpl.cxx')
-rw-r--r--registry/source/regimpl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index 9f01788b0f4b..ea074732df12 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -21,6 +21,7 @@
#include "regimpl.hxx"
#include <memory>
+#include <set>
#include <vector>
#include <string.h>
#include <stdio.h>
@@ -36,13 +37,11 @@
#include <registry/reader.hxx>
#include <registry/refltype.hxx>
#include <registry/types.hxx>
-#include <registry/version.h>
#include "reflcnst.hxx"
#include "keyimpl.hxx"
#include <osl/thread.h>
-#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/file.hxx>