From c5e38abb10914ab262d970902743b204e4a99a99 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 9 May 2022 15:30:59 +0200 Subject: URE Library_io should not depend on Library_comphelper ...and apparently doesn't need to, even though that dependency got added with 6af2e7d21ce050758ad07fbb951a38b2da2b6c4c "use more comphelper::OInterfaceContainerHelper2" Change-Id: I74a4d04be9a37291bc37d908173381eb341b6df4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134077 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- io/Library_io.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'io') diff --git a/io/Library_io.mk b/io/Library_io.mk index 6c70822eece1..d2c60b303984 100644 --- a/io/Library_io.mk +++ b/io/Library_io.mk @@ -14,7 +14,6 @@ $(eval $(call gb_Library_use_external,io,boost_headers)) $(eval $(call gb_Library_use_udk_api,io)) $(eval $(call gb_Library_use_libraries,io,\ - comphelper \ cppu \ cppuhelper \ sal \ -- cgit