[Libreoffice-commits] core.git: include/jvmaccess
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 10 09:56:44 UTC 2018
include/jvmaccess/classpath.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b5680189c930cc58cf523c0dea175a09cb390517
Author: Gabor Kelemen <kelemeng at ubuntu.com>
AuthorDate: Mon Oct 8 08:22:38 2018 +0200
Commit: Miklos Vajna <vmiklos at 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 <vmiklos at 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 {
/**
More information about the Libreoffice-commits
mailing list