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>
This commit is contained in:
parent
e301626240
commit
58f39d2d9d
3 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue