summaryrefslogtreecommitdiff
path: root/binaryurp/source/marshal.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/marshal.hxx
parent6beaa8aae6b4a56ceb2075d131b6ae319ef9ea9d (diff)
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/marshal.hxx')
-rw-r--r--binaryurp/source/marshal.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/binaryurp/source/marshal.hxx b/binaryurp/source/marshal.hxx
index 4a20395423f2..333c8f90f43c 100644
--- a/binaryurp/source/marshal.hxx
+++ b/binaryurp/source/marshal.hxx
@@ -20,15 +20,15 @@
#ifndef INCLUDED_BINARYURP_SOURCE_MARSHAL_HXX
#define INCLUDED_BINARYURP_SOURCE_MARSHAL_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <vector>
-#include "rtl/byteseq.hxx"
-#include "rtl/ref.hxx"
-#include "rtl/ustring.hxx"
-#include "sal/types.h"
-#include "typelib/typedescription.hxx"
+#include <rtl/byteseq.hxx>
+#include <rtl/ref.hxx>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
+#include <typelib/typedescription.hxx>
namespace binaryurp {
class BinaryAny;