summaryrefslogtreecommitdiff
path: root/registry/source/reflwrit.hxx
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/reflwrit.hxx
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/reflwrit.hxx')
-rw-r--r--registry/source/reflwrit.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/registry/source/reflwrit.hxx b/registry/source/reflwrit.hxx
index 39a703259f64..6ea4d0e3a925 100644
--- a/registry/source/reflwrit.hxx
+++ b/registry/source/reflwrit.hxx
@@ -20,10 +20,11 @@
#ifndef INCLUDED_REGISTRY_SOURCE_REFLWRIT_HXX
#define INCLUDED_REGISTRY_SOURCE_REFLWRIT_HXX
-#include <registry/refltype.hxx>
-#include <registry/regtype.h>
+#include <registry/types.hxx>
#include <rtl/ustring.hxx>
+class RTConstValue;
+
/// Implememetation handle
typedef void* TypeWriterImpl;