static/source/unoembindhelpers/PrimaryBindings.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 295d0b98c7c2b8a90e352b3774c9a3a4f7247125 Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Fri Jan 19 13:31:26 2024 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Fri Jan 19 18:38:53 2024 +0100 Remove unused include Change-Id: I2cc863e7143dbb0fcfa4800854987e5f6db655ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162309 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/static/source/unoembindhelpers/PrimaryBindings.cxx b/static/source/unoembindhelpers/PrimaryBindings.cxx index 1d280649f744..1baf676dadc0 100644 --- a/static/source/unoembindhelpers/PrimaryBindings.cxx +++ b/static/source/unoembindhelpers/PrimaryBindings.cxx @@ -8,7 +8,6 @@ */ #ifdef EMSCRIPTEN #include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/uno/XReference.hpp> #include <emscripten/bind.h>