diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-07 16:28:12 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-17 09:13:27 +0200 |
commit | ef8f88a7df19559f6a748c3c1dad2b245d3d30d8 (patch) | |
tree | 465e7aa0b38e27d2a324eb13e9a4a95629e18a1b /include/oox/crypto/DocumentEncryption.hxx | |
parent | 0ee0ca3036629b69bf20b448d74991fd133f08ac (diff) |
tdf#42949 Fix IWYU warnings in include/oox
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I89303217fd1141b2cfe248e5e6c0818ba01cf9d9
Reviewed-on: https://gerrit.libreoffice.org/75178
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/oox/crypto/DocumentEncryption.hxx')
-rw-r--r-- | include/oox/crypto/DocumentEncryption.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/oox/crypto/DocumentEncryption.hxx b/include/oox/crypto/DocumentEncryption.hxx index a59f1b118304..944e6b06c910 100644 --- a/include/oox/crypto/DocumentEncryption.hxx +++ b/include/oox/crypto/DocumentEncryption.hxx @@ -15,7 +15,6 @@ #include <com/sun/star/uno/Reference.hxx> #include <oox/crypto/Standard2007Engine.hxx> -#include <oox/crypto/AgileEngine.hxx> #include <rtl/ustring.hxx> namespace com { namespace sun { namespace star { |