vcl/headless/svpinst.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 803fdf553719f6bf5ce0691b9fb0bd51968b166b Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jun 26 11:34:58 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Jun 27 21:50:34 2025 +0200
Remove duplicated include It's included anyway before Change-Id: Ib2590fe1e6ba95af0a145656a5745fdacfb0266a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187029 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx index c2041f96a0e8..43aba3e840c2 100644 --- a/vcl/headless/svpinst.cxx +++ b/vcl/headless/svpinst.cxx @@ -54,7 +54,6 @@ #if defined EMSCRIPTEN #include <emscripten.h> -#include <comphelper/lok.hxx> #endif SvpSalInstance* SvpSalInstance::s_pDefaultInstance = nullptr;