diff options
Diffstat (limited to 'registry/tools')
-rw-r--r-- | registry/tools/fileurl.cxx | 10 | ||||
-rw-r--r-- | registry/tools/fileurl.hxx | 2 | ||||
-rw-r--r-- | registry/tools/options.cxx | 2 | ||||
-rw-r--r-- | registry/tools/regmerge.cxx | 4 | ||||
-rw-r--r-- | registry/tools/regview.cxx | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/registry/tools/fileurl.cxx b/registry/tools/fileurl.cxx index 5bf64a1f383b..46f0ba7b1140 100644 --- a/registry/tools/fileurl.cxx +++ b/registry/tools/fileurl.cxx @@ -19,11 +19,11 @@ #include "fileurl.hxx" -#include "rtl/ustring.hxx" -#include "osl/diagnose.h" -#include "osl/file.hxx" -#include "osl/process.h" -#include "osl/thread.h" +#include <rtl/ustring.hxx> +#include <osl/diagnose.h> +#include <osl/file.hxx> +#include <osl/process.h> +#include <osl/thread.h> #include <string.h> diff --git a/registry/tools/fileurl.hxx b/registry/tools/fileurl.hxx index 0e7de690ceee..684ca8c3c460 100644 --- a/registry/tools/fileurl.hxx +++ b/registry/tools/fileurl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_REGISTRY_TOOLS_FILEURL_HXX #define INCLUDED_REGISTRY_TOOLS_FILEURL_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> namespace registry { diff --git a/registry/tools/options.cxx b/registry/tools/options.cxx index 04f1f67e7e74..b229bb989a51 100644 --- a/registry/tools/options.cxx +++ b/registry/tools/options.cxx @@ -19,7 +19,7 @@ #include "options.hxx" -#include "osl/diagnose.h" +#include <osl/diagnose.h> #include <stdio.h> #include <string.h> diff --git a/registry/tools/regmerge.cxx b/registry/tools/regmerge.cxx index 4b15604766e0..4bca01324564 100644 --- a/registry/tools/regmerge.cxx +++ b/registry/tools/regmerge.cxx @@ -18,11 +18,11 @@ */ -#include "registry/registry.hxx" +#include <registry/registry.hxx> #include "fileurl.hxx" #include "options.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <stdio.h> #include <string.h> diff --git a/registry/tools/regview.cxx b/registry/tools/regview.cxx index dcf3a8d3c435..178289fc297d 100644 --- a/registry/tools/regview.cxx +++ b/registry/tools/regview.cxx @@ -18,10 +18,10 @@ */ -#include "regapi.hxx" +#include <regapi.hxx> #include "fileurl.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <stdio.h> #include <string.h> |