sw/qa/extras/htmlexport/htmlexport.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit c2d132af3d41da9694b5aaccb27d5923e6241703 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jul 28 01:08:29 2024 +0200 Commit: Andrea Gelmini <[email protected]> CommitDate: Sun Jul 28 07:12:45 2024 +0200 Remove duplicated include Change-Id: Ic50852db74fd6e3b227875932b730e077efbe709 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171130 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <[email protected]> diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx index b0976c5a764f..e510d7d2e7ab 100644 --- a/sw/qa/extras/htmlexport/htmlexport.cxx +++ b/sw/qa/extras/htmlexport/htmlexport.cxx @@ -49,7 +49,6 @@ #include <vcl/dibtools.hxx> #include <o3tl/string_view.hxx> #include <editeng/brushitem.hxx> -#include <comphelper/scopeguard.hxx> #include <swmodule.hxx> #include <swdll.hxx>
