diff options
author | Noel Grandin <noel@peralex.com> | 2021-06-21 10:49:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-22 15:13:05 +0200 |
commit | a1cb4c7665f474c9099c734ad3e6a16c9079a6af (patch) | |
tree | 2f093df0ce01e3532931381d978f41935e59c6fa /package/source/zippackage/ZipPackage.cxx | |
parent | be0a41679fea524e0935dc6617b5e65349812dd1 (diff) |
reduce allocation in ZipContentInfo map
This is a small struct, no sense in allocating it separately
Change-Id: I709daebbde648a79f175f74c207bdf4871ae6ff1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117604
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'package/source/zippackage/ZipPackage.cxx')
-rw-r--r-- | package/source/zippackage/ZipPackage.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx index 6afba83a49e5..0bf1b331fd5f 100644 --- a/package/source/zippackage/ZipPackage.cxx +++ b/package/source/zippackage/ZipPackage.cxx @@ -60,7 +60,6 @@ #include <com/sun/star/xml/crypto/DigestID.hpp> #include <com/sun/star/xml/crypto/CipherID.hpp> #include <cppuhelper/implbase.hxx> -#include "ContentInfo.hxx" #include <cppuhelper/typeprovider.hxx> #include <rtl/uri.hxx> #include <rtl/random.h> |