diff options
Diffstat (limited to 'package/inc/ZipFile.hxx')
-rw-r--r-- | package/inc/ZipFile.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx index abfb6674ae18..15b800430555 100644 --- a/package/inc/ZipFile.hxx +++ b/package/inc/ZipFile.hxx @@ -19,10 +19,6 @@ #ifndef INCLUDED_PACKAGE_INC_ZIPFILE_HXX #define INCLUDED_PACKAGE_INC_ZIPFILE_HXX -#include <com/sun/star/packages/zip/ZipException.hpp> -#include <com/sun/star/packages/zip/ZipIOException.hpp> -#include <com/sun/star/packages/NoEncryptionException.hpp> -#include <com/sun/star/packages/WrongPasswordException.hpp> #include <com/sun/star/xml/crypto/XCipherContext.hpp> #include <com/sun/star/xml/crypto/XDigestContext.hpp> @@ -33,8 +29,6 @@ #include "HashMaps.hxx" #include "EncryptionData.hxx" -#include <memory> - namespace com::sun::star { namespace uno { class XComponentContext; } namespace ucb { class XProgressHandler; } |