summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/proxy.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-11 00:28:36 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-11 07:02:55 +0200
commitff578127e279c1f9949923c601636aa274d52892 (patch)
tree1a645b083fa96292d0e9a7781a3bccae2d464a72 /binaryurp/source/proxy.hxx
parentbridges: consistently use "" and <> in include directives (diff)
downloadcore-ff578127e279c1f9949923c601636aa274d52892.tar.gz
core-ff578127e279c1f9949923c601636aa274d52892.zip
binaryurp: consistently use "" and <> for include directives
Change-Id: If328428d7f88d8a160888857acd3a07bbd8dab83 Reviewed-on: https://gerrit.libreoffice.org/43318 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'binaryurp/source/proxy.hxx')
-rw-r--r--binaryurp/source/proxy.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/binaryurp/source/proxy.hxx b/binaryurp/source/proxy.hxx
index e8ed0fea2dad..238685d4e4be 100644
--- a/binaryurp/source/proxy.hxx
+++ b/binaryurp/source/proxy.hxx
@@ -20,17 +20,17 @@
#ifndef INCLUDED_BINARYURP_SOURCE_PROXY_HXX
#define INCLUDED_BINARYURP_SOURCE_PROXY_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <atomic>
#include <cstddef>
-#include "rtl/ref.hxx"
-#include "rtl/ustring.hxx"
-#include "typelib/typedescription.h"
-#include "typelib/typedescription.hxx"
-#include "uno/any2.h"
-#include "uno/dispatcher.h"
+#include <rtl/ref.hxx>
+#include <rtl/ustring.hxx>
+#include <typelib/typedescription.h>
+#include <typelib/typedescription.hxx>
+#include <uno/any2.h>
+#include <uno/dispatcher.h>
namespace binaryurp { class Bridge; }
namespace com { namespace sun { namespace star { namespace uno {