sc/source/core/data/patattr.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 29fc791077ae8501b69e8e86ded2197fc5e12b15 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Jun 7 12:23:53 2023 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed Jun 7 14:26:01 2023 +0200
Remove unused include ...that had been added with e5fe8434110c1299527a0d03bf450e1b6d08ca57 "use a SIMD friendly hashcode for ScPatternAttr", presumably for temporary SAL_DEBUG use Change-Id: I0a77330cf10c0c4e01a88580c2f4eb6a5e1df92c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152699 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sc/source/core/data/patattr.cxx b/sc/source/core/data/patattr.cxx index 2b347365f0c2..73dd29fe6501 100644 --- a/sc/source/core/data/patattr.cxx +++ b/sc/source/core/data/patattr.cxx @@ -52,7 +52,6 @@ #include <tools/fract.hxx> #include <tools/UnitConversion.hxx> #include <osl/diagnose.h> -#include <sal/log.hxx> #include <attrib.hxx> #include <patattr.hxx>