diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-17 17:39:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-17 20:13:34 +0200 |
commit | 2291c110738266abb42cb592df04c1220ddc4998 (patch) | |
tree | 6abe9a0ba648699b97bf202539234cf6fff90a7d /include/oox | |
parent | f4351535f3bf10b94cccc721ab395e2c7f5010a4 (diff) |
Remove unused includes
Change-Id: If51bdcb4bd426ddbd563861a0cf3eeb5f2756b06
Reviewed-on: https://gerrit.libreoffice.org/59268
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/core/binarycodec.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
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 { |