Kaydet (Commit) a4b4942f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't include Java-related headers when they aren't needed

Change-Id: Ia971f98c904b69ce126a03d4737833b8e9e57369
üst 9f78c8ed
...@@ -42,9 +42,12 @@ ...@@ -42,9 +42,12 @@
#endif #endif
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#ifdef SOLAR_JAVA
#include <jvmaccess/virtualmachine.hxx> #include <jvmaccess/virtualmachine.hxx>
#include <com/sun/star/java/JavaVirtualMachine.hpp> #include <com/sun/star/java/JavaVirtualMachine.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#endif
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment