include/oox/core/binarycodec.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
New commits: commit 2291c110738266abb42cb592df04c1220ddc4998 Author: Stephan Bergmann <[email protected]> AuthorDate: Fri Aug 17 17:39:42 2018 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Fri Aug 17 20:13:34 2018 +0200 Remove unused includes Change-Id: If51bdcb4bd426ddbd563861a0cf3eeb5f2756b06 Reviewed-on: https://gerrit.libreoffice.org/59268 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/include/oox/core/binarycodec.hxx b/include/oox/core/binarycodec.hxx index 0d3a253ad9bf..00375842e1ad 100644 --- a/include/oox/core/binarycodec.hxx +++ b/include/oox/core/binarycodec.hxx @@ -20,10 +20,9 @@ #ifndef INCLUDED_OOX_CORE_BINARYCODEC_HXX #define INCLUDED_OOX_CORE_BINARYCODEC_HXX -#include <com/sun/star/uno/Sequence.hxx> +#include <sal/config.h> + #include <oox/dllapi.h> -#include <rtl/cipher.h> -#include <rtl/digest.h> #include <sal/types.h> namespace com { namespace sun { namespace star { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
