summaryrefslogtreecommitdiff
path: root/include/registry
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:42:45 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:52 -0600
commitbdf2086c9e74cf69fd53a9eca1379cd1c0cf166d (patch)
treeb8b054ba4053907d8fb26ae85412847f833774f3 /include/registry
parent02b3c19e1dede687fb151cfbaf980307edb1cf2e (diff)
fdo#65108 inter-module includes <> include/registry
Change-Id: I65a3728792de966aa27fe1ae4ac2d31a808c5f81
Diffstat (limited to 'include/registry')
-rw-r--r--include/registry/reader.h10
-rw-r--r--include/registry/reader.hxx12
-rw-r--r--include/registry/refltype.hxx2
-rw-r--r--include/registry/regdllapi.h2
-rw-r--r--include/registry/types.h2
-rw-r--r--include/registry/version.h2
-rw-r--r--include/registry/writer.h10
-rw-r--r--include/registry/writer.hxx12
8 files changed, 26 insertions, 26 deletions
diff --git a/include/registry/reader.h b/include/registry/reader.h
index 263215a92722..f4d56ba53980 100644
--- a/include/registry/reader.h
+++ b/include/registry/reader.h
@@ -20,12 +20,12 @@
#ifndef INCLUDED_registry_reader_h
#define INCLUDED_registry_reader_h
-#include "registry/regdllapi.h"
-#include "registry/types.h"
-#include "registry/version.h"
+#include <registry/regdllapi.h>
+#include <registry/types.h>
+#include <registry/version.h>
-#include "rtl/ustring.h"
-#include "sal/types.h"
+#include <rtl/ustring.h>
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/registry/reader.hxx b/include/registry/reader.hxx
index a867f3b1185a..cb0a65219fa6 100644
--- a/include/registry/reader.hxx
+++ b/include/registry/reader.hxx
@@ -20,13 +20,13 @@
#ifndef INCLUDED_registry_reader_hxx
#define INCLUDED_registry_reader_hxx
-#include "registry/reader.h"
-#include "registry/refltype.hxx"
-#include "registry/types.h"
-#include "registry/version.h"
+#include <registry/reader.h>
+#include <registry/refltype.hxx>
+#include <registry/types.h>
+#include <registry/version.h>
-#include "rtl/ustring.hxx"
-#include "sal/types.h"
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
#include <algorithm>
#include <new>
diff --git a/include/registry/refltype.hxx b/include/registry/refltype.hxx
index 69a96a75fca4..a7e3fcf25385 100644
--- a/include/registry/refltype.hxx
+++ b/include/registry/refltype.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_REGISTRY_REFLTYPE_HXX
#define INCLUDED_REGISTRY_REFLTYPE_HXX
-#include "registry/types.h"
+#include <registry/types.h>
#include <sal/types.h>
/** specifies the type source of a binary type blob.
diff --git a/include/registry/regdllapi.h b/include/registry/regdllapi.h
index 9871cca5a380..e4904e50f0c5 100644
--- a/include/registry/regdllapi.h
+++ b/include/registry/regdllapi.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_REGISTRY_REGDLLAPI_H
#define INCLUDED_REGISTRY_REGDLLAPI_H
-#include "sal/types.h"
+#include <sal/types.h>
#if defined(REG_DLLIMPLEMENTATION)
#define REG_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
diff --git a/include/registry/types.h b/include/registry/types.h
index 7c4074079d0a..73d79389c8d1 100644
--- a/include/registry/types.h
+++ b/include/registry/types.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_registry_types_h
#define INCLUDED_registry_types_h
-#include "sal/types.h"
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/registry/version.h b/include/registry/version.h
index 01f0f8033323..6f1b6106e88d 100644
--- a/include/registry/version.h
+++ b/include/registry/version.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_registry_version_h
#define INCLUDED_registry_version_h
-#include "sal/types.h"
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/registry/writer.h b/include/registry/writer.h
index f1b39a583e22..5b91ee2c04d9 100644
--- a/include/registry/writer.h
+++ b/include/registry/writer.h
@@ -20,12 +20,12 @@
#ifndef INCLUDED_registry_writer_h
#define INCLUDED_registry_writer_h
-#include "registry/regdllapi.h"
-#include "registry/types.h"
-#include "registry/version.h"
+#include <registry/regdllapi.h>
+#include <registry/types.h>
+#include <registry/version.h>
-#include "rtl/ustring.h"
-#include "sal/types.h"
+#include <rtl/ustring.h>
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/registry/writer.hxx b/include/registry/writer.hxx
index cfdf479853df..4b441223bb8f 100644
--- a/include/registry/writer.hxx
+++ b/include/registry/writer.hxx
@@ -20,13 +20,13 @@
#ifndef INCLUDED_registry_writer_hxx
#define INCLUDED_registry_writer_hxx
-#include "registry/writer.h"
-#include "registry/refltype.hxx"
-#include "registry/types.h"
-#include "registry/version.h"
+#include <registry/writer.h>
+#include <registry/refltype.hxx>
+#include <registry/types.h>
+#include <registry/version.h>
-#include "rtl/ustring.hxx"
-#include "sal/types.h"
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
#include <new>