summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageEntry.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2021-06-21 10:49:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-22 15:13:05 +0200
commita1cb4c7665f474c9099c734ad3e6a16c9079a6af (patch)
tree2f093df0ce01e3532931381d978f41935e59c6fa /package/source/zippackage/ZipPackageEntry.cxx
parentbe0a41679fea524e0935dc6617b5e65349812dd1 (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/ZipPackageEntry.cxx')
-rw-r--r--package/source/zippackage/ZipPackageEntry.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/source/zippackage/ZipPackageEntry.cxx b/package/source/zippackage/ZipPackageEntry.cxx
index 86b4906711bd..a195596b0672 100644
--- a/package/source/zippackage/ZipPackageEntry.cxx
+++ b/package/source/zippackage/ZipPackageEntry.cxx
@@ -25,7 +25,6 @@
#include <ZipPackageFolder.hxx>
#include <ZipPackageStream.hxx>
-#include "ContentInfo.hxx"
#include <comphelper/storagehelper.hxx>