| commit | 58f39d2d9dabb38d817f8de44a87779bf6fc1011 | [log] |
|---|---|---|
| author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | Mon Jan 27 22:54:43 2020 +0100 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Tue Jan 28 10:31:53 2020 +0100 |
| tree | 00c70a76ef0f6eccb97da5ce6c57c3e97537a4a2 | |
| parent | e3016262403aaf397286cfc16591612d78c9b3de [diff] |
tdf#42949 Add back includes to binaryurp/ mistakenly identified by IWYU as unused Change-Id: Ia9fbce12883e5b45c6b6dfbc27046aca0075a895 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87566 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
diff --git a/binaryurp/IwyuFilter_binaryurp.yaml b/binaryurp/IwyuFilter_binaryurp.yaml index 5eb9515..e6bf809 100644 --- a/binaryurp/IwyuFilter_binaryurp.yaml +++ b/binaryurp/IwyuFilter_binaryurp.yaml
@@ -29,3 +29,6 @@ blacklist: - com/sun/star/connection/XConnection.hpp - com/sun/star/lang/XEventListener.hpp - com/sun/star/uno/XInterface.hpp binaryurp/source/unmarshal.cxx: # Actually used - vector
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index 5e2b5e6..5664558 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx
@@ -46,6 +46,7 @@ #include <rtl/byteseq.hxx> #include <rtl/random.h> #include <rtl/ref.hxx> #include <rtl/string.h> #include <rtl/ustring.hxx> #include <sal/log.hxx> #include <sal/types.h>
diff --git a/binaryurp/source/unmarshal.cxx b/binaryurp/source/unmarshal.cxx index f317c9c5..8cf8676 100644 --- a/binaryurp/source/unmarshal.cxx +++ b/binaryurp/source/unmarshal.cxx
@@ -22,6 +22,7 @@ #include <cassert> #include <cstdlib> #include <new> #include <vector> #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/uno/RuntimeException.hpp>