include/jvmaccess/classpath.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit b5680189c930cc58cf523c0dea175a09cb390517 Author: Gabor Kelemen <kelem...@ubuntu.com> AuthorDate: Mon Oct 8 08:22:38 2018 +0200 Commit: Miklos Vajna <vmik...@collabora.co.uk> CommitDate: Wed Oct 10 11:56:20 2018 +0200 tdf#42949 Fix IWYU warnings in include/jvmaccess/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I404b1ff3c312e5168a6dfec0133092dda640e155 Reviewed-on: https://gerrit.libreoffice.org/61508 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk> diff --git a/include/jvmaccess/classpath.hxx b/include/jvmaccess/classpath.hxx index d5db39d941d7..c3e3f7fe3603 100644 --- a/include/jvmaccess/classpath.hxx +++ b/include/jvmaccess/classpath.hxx @@ -24,15 +24,15 @@ #include <jni.h> -#include <com/sun/star/uno/Reference.hxx> #include <jvmaccess/jvmaccessdllapi.h> #include <rtl/ustring.hxx> -#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } +namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } } + namespace jvmaccess { /** _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits