From 5405681347b0e6881ca78d92517a066df47a3366 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 11 Jan 2020 03:13:08 +0100 Subject: 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 --- binaryurp/source/unmarshal.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'binaryurp/source/unmarshal.cxx') 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 #include #include -#include #include -#include #include #include -#include #include #include #include -- cgit