summaryrefslogtreecommitdiff
path: root/binaryurp/source/marshal.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-01-11 03:13:08 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-27 13:54:16 +0100
commit5405681347b0e6881ca78d92517a066df47a3366 (patch)
treebf2197c10e28969e9a7f869f19c944b1783ebdc3 /binaryurp/source/marshal.cxx
parentdc96e0b87ad11b3bde1d98f8656b7fc8bf94d623 (diff)
tdf#42949 Fix IWYU warnings in binaryurp/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I293036c7f6ab1af9b9b8736558c6d37124ec6d21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87116 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'binaryurp/source/marshal.cxx')
-rw-r--r--binaryurp/source/marshal.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/binaryurp/source/marshal.cxx b/binaryurp/source/marshal.cxx
index 7003759e3d14..7d60cbf4de8a 100644
--- a/binaryurp/source/marshal.cxx
+++ b/binaryurp/source/marshal.cxx
@@ -22,10 +22,8 @@
#include <cassert>
#include <vector>
-#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Sequence.hxx>
-#include <com/sun/star/uno/XInterface.hpp>
#include <cppu/unotype.hxx>
#include <rtl/byteseq.hxx>
#include <rtl/string.hxx>