From fd9d9976bf346929d872db0e5d8abc4180c9996c Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 16 Oct 2015 17:15:50 -0500 Subject: fix includes that are not stand-alone includes should be able to be included on their own fix some of the ones that do not respect that rule. Change-Id: Id161224a1978461d3cea43252f232f18888a4f61 Reviewed-on: https://gerrit.libreoffice.org/19612 Tested-by: Jenkins Reviewed-by: Norbert Thiebaud --- include/jvmaccess/unovirtualmachine.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/jvmaccess') diff --git a/include/jvmaccess/unovirtualmachine.hxx b/include/jvmaccess/unovirtualmachine.hxx index 7b34b5f71a46..5ff94a784916 100644 --- a/include/jvmaccess/unovirtualmachine.hxx +++ b/include/jvmaccess/unovirtualmachine.hxx @@ -21,14 +21,13 @@ #define INCLUDED_JVMACCESS_UNOVIRTUALMACHINE_HXX #include +#include #include #include #include namespace jvmaccess { -class VirtualMachine; - /** An encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader. */ -- cgit