Kaydet (Commit) bdf2086c authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fdo#65108 inter-module includes <> include/registry

Change-Id: I65a3728792de966aa27fe1ae4ac2d31a808c5f81
üst 02b3c19e
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
#ifndef INCLUDED_registry_reader_h #ifndef INCLUDED_registry_reader_h
#define INCLUDED_registry_reader_h #define INCLUDED_registry_reader_h
#include "registry/regdllapi.h" #include <registry/regdllapi.h>
#include "registry/types.h" #include <registry/types.h>
#include "registry/version.h" #include <registry/version.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "sal/types.h" #include <sal/types.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
#ifndef INCLUDED_registry_reader_hxx #ifndef INCLUDED_registry_reader_hxx
#define INCLUDED_registry_reader_hxx #define INCLUDED_registry_reader_hxx
#include "registry/reader.h" #include <registry/reader.h>
#include "registry/refltype.hxx" #include <registry/refltype.hxx>
#include "registry/types.h" #include <registry/types.h>
#include "registry/version.h" #include <registry/version.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/types.h" #include <sal/types.h>
#include <algorithm> #include <algorithm>
#include <new> #include <new>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_REGISTRY_REFLTYPE_HXX #ifndef INCLUDED_REGISTRY_REFLTYPE_HXX
#define INCLUDED_REGISTRY_REFLTYPE_HXX #define INCLUDED_REGISTRY_REFLTYPE_HXX
#include "registry/types.h" #include <registry/types.h>
#include <sal/types.h> #include <sal/types.h>
/** specifies the type source of a binary type blob. /** specifies the type source of a binary type blob.
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_REGISTRY_REGDLLAPI_H #ifndef INCLUDED_REGISTRY_REGDLLAPI_H
#define INCLUDED_REGISTRY_REGDLLAPI_H #define INCLUDED_REGISTRY_REGDLLAPI_H
#include "sal/types.h" #include <sal/types.h>
#if defined(REG_DLLIMPLEMENTATION) #if defined(REG_DLLIMPLEMENTATION)
#define REG_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #define REG_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_registry_types_h #ifndef INCLUDED_registry_types_h
#define INCLUDED_registry_types_h #define INCLUDED_registry_types_h
#include "sal/types.h" #include <sal/types.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_registry_version_h #ifndef INCLUDED_registry_version_h
#define INCLUDED_registry_version_h #define INCLUDED_registry_version_h
#include "sal/types.h" #include <sal/types.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
#ifndef INCLUDED_registry_writer_h #ifndef INCLUDED_registry_writer_h
#define INCLUDED_registry_writer_h #define INCLUDED_registry_writer_h
#include "registry/regdllapi.h" #include <registry/regdllapi.h>
#include "registry/types.h" #include <registry/types.h>
#include "registry/version.h" #include <registry/version.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "sal/types.h" #include <sal/types.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
#ifndef INCLUDED_registry_writer_hxx #ifndef INCLUDED_registry_writer_hxx
#define INCLUDED_registry_writer_hxx #define INCLUDED_registry_writer_hxx
#include "registry/writer.h" #include <registry/writer.h>
#include "registry/refltype.hxx" #include <registry/refltype.hxx>
#include "registry/types.h" #include <registry/types.h>
#include "registry/version.h" #include <registry/version.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/types.h" #include <sal/types.h>
#include <new> #include <new>
......
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