summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/writer.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/writer.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/writer.hxx')
-rw-r--r--binaryurp/source/writer.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/binaryurp/source/writer.hxx b/binaryurp/source/writer.hxx
index d5f7e3d3a36a..42ea687cea7a 100644
--- a/binaryurp/source/writer.hxx
+++ b/binaryurp/source/writer.hxx
@@ -20,19 +20,19 @@
#ifndef INCLUDED_BINARYURP_SOURCE_WRITER_HXX
#define INCLUDED_BINARYURP_SOURCE_WRITER_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <deque>
#include <vector>
-#include "osl/conditn.hxx"
-#include "osl/mutex.hxx"
-#include "rtl/byteseq.hxx"
-#include "rtl/ref.hxx"
-#include "rtl/ustring.hxx"
-#include "salhelper/thread.hxx"
-#include "typelib/typedescription.hxx"
-#include "uno/dispatcher.hxx"
+#include <osl/conditn.hxx>
+#include <osl/mutex.hxx>
+#include <rtl/byteseq.hxx>
+#include <rtl/ref.hxx>
+#include <rtl/ustring.hxx>
+#include <salhelper/thread.hxx>
+#include <typelib/typedescription.hxx>
+#include <uno/dispatcher.hxx>
#include "binaryany.hxx"
#include "marshal.hxx"