vcl/source/app/salplug.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 0d97c05696fa6f9c0f1f754158622bc352752346
Author: Andrea Gelmini <[email protected]>
AuthorDate: Mon Jan 17 22:22:40 2022 +0100
Commit: Jan-Marek Glogowski <[email protected]>
CommitDate: Tue Jan 18 20:39:22 2022 +0100
Removed duplicated include
Change-Id: I33d7a8ebfed47ec695cbd710aa6299096afb0733
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128519
Tested-by: Jenkins
Reviewed-by: Julien Nabet <[email protected]>
Reviewed-by: Jan-Marek Glogowski <[email protected]>
diff --git a/vcl/source/app/salplug.cxx b/vcl/source/app/salplug.cxx
index 1c7ef02d373b..211643a638dd 100644
--- a/vcl/source/app/salplug.cxx
+++ b/vcl/source/app/salplug.cxx
@@ -65,7 +65,6 @@ extern "C" SalInstance* create_SalInstance();
#endif
#if defined(_WIN32)
-#include <svdata.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include <Windows.h>
#else