summaryrefslogtreecommitdiff
path: root/registry/source
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source')
-rw-r--r--registry/source/keyimpl.hxx6
-rw-r--r--registry/source/regimpl.cxx28
-rw-r--r--registry/source/regimpl.hxx8
-rw-r--r--registry/source/regkey.cxx8
4 files changed, 25 insertions, 25 deletions
diff --git a/registry/source/keyimpl.hxx b/registry/source/keyimpl.hxx
index a4a24e77bdc5..61fbb247d811 100644
--- a/registry/source/keyimpl.hxx
+++ b/registry/source/keyimpl.hxx
@@ -20,9 +20,9 @@
#ifndef _KEYIMPL_HXX_
#define _KEYIMPL_HXX_
-#include <registry/registry.h>
-#include "regimpl.hxx"
-#include <rtl/ustring.hxx>
+#include <registry/registry.h>
+#include "regimpl.hxx"
+#include <rtl/ustring.hxx>
class ORegKey
{
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index dcdcc84366ee..998f2372ff07 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -18,36 +18,36 @@
*/
-#include "regimpl.hxx"
+#include "regimpl.hxx"
#include <memory>
-#include <string.h>
-#include <stdio.h>
+#include <string.h>
+#include <stdio.h>
#if defined(UNX)
-#include <unistd.h>
+#include <unistd.h>
#endif
#ifdef __MINGW32__
-#include <unistd.h>
+#include <unistd.h>
#endif
-#include <registry/reflread.hxx>
+#include <registry/reflread.hxx>
-#include <registry/reflwrit.hxx>
+#include <registry/reflwrit.hxx>
#include "registry/reader.hxx"
#include "registry/refltype.hxx"
#include "registry/types.h"
#include "registry/version.h"
-#include "reflcnst.hxx"
-#include "keyimpl.hxx"
+#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>
+#include <osl/thread.h>
+#include <rtl/alloc.h>
+#include <rtl/ustring.hxx>
+#include <rtl/ustrbuf.hxx>
+#include <osl/file.hxx>
using namespace osl;
using namespace store;
diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx
index f89d2e5262f8..20d777905dd7 100644
--- a/registry/source/regimpl.hxx
+++ b/registry/source/regimpl.hxx
@@ -23,10 +23,10 @@
#include <set>
#include <boost/unordered_map.hpp>
-#include <registry/registry.h>
-#include <rtl/ustring.hxx>
-#include <osl/mutex.hxx>
-#include <store/store.hxx>
+#include <registry/registry.h>
+#include <rtl/ustring.hxx>
+#include <osl/mutex.hxx>
+#include <store/store.hxx>
#define REG_PAGESIZE 512
diff --git a/registry/source/regkey.cxx b/registry/source/regkey.cxx
index 4d7b2e8b060e..47dad3cf7bc7 100644
--- a/registry/source/regkey.cxx
+++ b/registry/source/regkey.cxx
@@ -20,10 +20,10 @@
#include "regkey.hxx"
-#include <registry/registry.hxx>
-#include <rtl/alloc.h>
-#include "regimpl.hxx"
-#include "keyimpl.hxx"
+#include <registry/registry.hxx>
+#include <rtl/alloc.h>
+#include "regimpl.hxx"
+#include "keyimpl.hxx"
using rtl::OUString;