summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/marshal.hxx
diff options
context:
space:
mode:
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;