summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/executable
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-04 10:55:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 10:59:07 +0200
commitb3843321e9cc1436cd0039f9431b4d6c5261db20 (patch)
tree8199608de0d40cb33c90ff0e425553936df65ac0 /desktop/source/deployment/registry/executable
parentc772e6252aefcd088ea0a5018f303654fc18ac91 (diff)
desktop: fix includes
Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575
Diffstat (limited to 'desktop/source/deployment/registry/executable')
-rw-r--r--desktop/source/deployment/registry/executable/dp_executable.cxx12
-rw-r--r--desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx4
-rw-r--r--desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx2
3 files changed, 9 insertions, 9 deletions
diff --git a/desktop/source/deployment/registry/executable/dp_executable.cxx b/desktop/source/deployment/registry/executable/dp_executable.cxx
index 5886eab9dfcf..723a49f5e15a 100644
--- a/desktop/source/deployment/registry/executable/dp_executable.cxx
+++ b/desktop/source/deployment/registry/executable/dp_executable.cxx
@@ -22,12 +22,12 @@
#include "dp_backend.h"
#include "dp_ucb.h"
#include "dp_interact.h"
-#include "rtl/string.hxx"
-#include "osl/file.hxx"
-#include "ucbhelper/content.hxx"
-#include "comphelper/servicedecl.hxx"
-#include "svl/inettype.hxx"
-#include "cppuhelper/implbase1.hxx"
+#include <rtl/string.hxx>
+#include <osl/file.hxx>
+#include <ucbhelper/content.hxx>
+#include <comphelper/servicedecl.hxx>
+#include <svl/inettype.hxx>
+#include <cppuhelper/implbase1.hxx>
#include "dp_executablebackenddb.hxx"
using namespace ::com::sun::star;
diff --git a/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx b/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx
index fcafcfc390ab..81788563db5f 100644
--- a/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx
+++ b/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx
@@ -18,8 +18,8 @@
*/
-#include "rtl/string.h"
-#include "com/sun/star/uno/XComponentContext.hpp"
+#include <rtl/string.h>
+#include <com/sun/star/uno/XComponentContext.hpp>
#include "dp_misc.h"
#include "dp_executablebackenddb.hxx"
diff --git a/desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx b/desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx
index c45e766d2f37..dcf3135a437f 100644
--- a/desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx
+++ b/desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_EXECUTABLE_DP_EXECUTABLEBACKENDDB_HXX
#define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_EXECUTABLE_DP_EXECUTABLEBACKENDDB_HXX
-#include "rtl/ustring.hxx"
+#include <rtl/ustring.hxx>
#include "dp_backenddb.hxx"
namespace com { namespace sun { namespace star {