[Libreoffice-commits] core.git: include/oox
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Aug 17 18:14:01 UTC 2018
include/oox/core/binarycodec.hxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 2291c110738266abb42cb592df04c1220ddc4998
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Aug 17 17:39:42 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
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 <sbergman at redhat.com>
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 {
More information about the Libreoffice-commits
mailing list