summaryrefslogtreecommitdiff
path: root/registry/source/regimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/regimpl.cxx')
-rw-r--r--registry/source/regimpl.cxx28
1 files changed, 14 insertions, 14 deletions
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;