Kaydet (Commit) 65560433 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Move module-private includes from include/registry/ to registry/

Change-Id: I72bdd6627a191a65d5c3b479c100e30442a8bb9e
üst 4cf3dd78
......@@ -9,6 +9,11 @@
$(eval $(call gb_Executable_Executable,regview))
$(eval $(call gb_Executable_set_include,regview, \
$$(INCLUDE) \
-I$(SRCDIR)/registry/inc \
))
$(eval $(call gb_Executable_use_libraries,regview,\
sal \
reg \
......
......@@ -14,6 +14,11 @@ $(eval $(call gb_Library_add_defs,reg,\
-DREG_DLLIMPLEMENTATION \
))
$(eval $(call gb_Library_set_include,reg, \
$$(INCLUDE) \
-I$(SRCDIR)/registry/inc \
))
$(eval $(call gb_Library_use_external,reg,boost_headers))
$(eval $(call gb_Library_use_libraries,reg,\
......
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_REGISTRY_REGISTRY_H
#define INCLUDED_REGISTRY_REGISTRY_H
#ifndef INCLUDED_REGISTRY_INC_REGISTRY_H
#define INCLUDED_REGISTRY_INC_REGISTRY_H
#include <stddef.h>
#include <rtl/ustring.h>
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_REGISTRY_SOURCE_KEYIMPL_HXX
#define INCLUDED_REGISTRY_SOURCE_KEYIMPL_HXX
#include <registry/registry.h>
#include <registry.h>
#include "regimpl.hxx"
#include <rtl/ustring.hxx>
......
......@@ -27,7 +27,7 @@
#include <sal/types.h>
#include <osl/endian.h>
#include <osl/diagnose.h>
#include <registry/reflread.hxx>
#include <reflread.hxx>
#include <sal/log.hxx>
#include "registry/typereg_reader.hxx"
......
......@@ -17,10 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_REGISTRY_REFLREAD_HXX
#define INCLUDED_REGISTRY_REFLREAD_HXX
#ifndef INCLUDED_REGISTRY_SOURCE_REFLREAD_HXX
#define INCLUDED_REGISTRY_SOURCE_REFLREAD_HXX
#include <registry/regdllapi.h>
#include <registry/refltype.hxx>
#include <registry/regtype.h>
#include <rtl/ustring.hxx>
......@@ -83,7 +82,7 @@ struct RegistryTypeReader_Api
/** the API initialization function.
*/
REG_DLLPUBLIC RegistryTypeReader_Api* TYPEREG_CALLTYPE initRegistryTypeReader_Api();
RegistryTypeReader_Api* TYPEREG_CALLTYPE initRegistryTypeReader_Api();
#ifdef __cplusplus
}
......
......@@ -26,7 +26,7 @@
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "registry/reflwrit.hxx"
#include "reflwrit.hxx"
#include "registry/version.h"
#include "registry/writer.h"
......
......@@ -17,10 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_REGISTRY_REFLWRIT_HXX
#define INCLUDED_REGISTRY_REFLWRIT_HXX
#ifndef INCLUDED_REGISTRY_SOURCE_REFLWRIT_HXX
#define INCLUDED_REGISTRY_SOURCE_REFLWRIT_HXX
#include <registry/regdllapi.h>
#include <registry/refltype.hxx>
#include <registry/regtype.h>
#include <rtl/ustring.hxx>
......@@ -62,7 +61,7 @@ struct RegistryTypeWriter_Api
/** the API initialization function.
*/
REG_DLLPUBLIC RegistryTypeWriter_Api* TYPEREG_CALLTYPE initRegistryTypeWriter_Api();
RegistryTypeWriter_Api* TYPEREG_CALLTYPE initRegistryTypeWriter_Api();
#ifdef __cplusplus
}
......
......@@ -31,9 +31,9 @@
#include <unistd.h>
#endif
#include <registry/reflread.hxx>
#include <reflread.hxx>
#include <registry/reflwrit.hxx>
#include <reflwrit.hxx>
#include "registry/reader.hxx"
#include "registry/refltype.hxx"
......
......@@ -23,7 +23,7 @@
#include <set>
#include <unordered_map>
#include <registry/registry.h>
#include <registry.h>
#include <rtl/ustring.hxx>
#include <osl/mutex.hxx>
#include <store/store.hxx>
......
......@@ -18,7 +18,7 @@
*/
#include <registry/registry.h>
#include <registry.h>
#include <registry/registry.hxx>
#include <osl/process.h>
......
......@@ -18,7 +18,7 @@
*/
#include "registry/registry.h"
#include "registry.h"
#include "fileurl.hxx"
#include "rtl/ustring.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment