summaryrefslogtreecommitdiff
path: root/binaryurp/source/unmarshal.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/unmarshal.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/unmarshal.cxx')
-rw-r--r--binaryurp/source/unmarshal.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/binaryurp/source/unmarshal.cxx b/binaryurp/source/unmarshal.cxx
index 41145ccffca5..f317c9c59b7d 100644
--- a/binaryurp/source/unmarshal.cxx
+++ b/binaryurp/source/unmarshal.cxx
@@ -22,13 +22,10 @@
#include <cassert>
#include <cstdlib>
#include <new>
-#include <vector>
#include <com/sun/star/io/IOException.hpp>
-#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/ref.hxx>