Kaydet (Commit) 1852f8f1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: jvmaccess

Change-Id: Iae16eaada04d35a655f7f9d8b5e8156f5c7cd171
üst 0a938e78
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <salhelper/simplereferenceobject.hxx> #include <salhelper/simplereferenceobject.hxx>
#include "jni.h" #include <jni.h>
namespace jvmaccess { namespace jvmaccess {
......
...@@ -17,25 +17,25 @@ ...@@ -17,25 +17,25 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include "jvmaccess/classpath.hxx" #include <jvmaccess/classpath.hxx>
#include <cassert> #include <cassert>
#include <vector> #include <vector>
#include "com/sun/star/lang/IllegalArgumentException.hpp" #include <com/sun/star/lang/IllegalArgumentException.hpp>
#include "com/sun/star/uno/Reference.hxx" #include <com/sun/star/uno/Reference.hxx>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include "com/sun/star/uno/XComponentContext.hpp" #include <com/sun/star/uno/XComponentContext.hpp>
#include "com/sun/star/uno/XInterface.hpp" #include <com/sun/star/uno/XInterface.hpp>
#include "com/sun/star/uri/UriReferenceFactory.hpp" #include <com/sun/star/uri/UriReferenceFactory.hpp>
#include "com/sun/star/uri/XVndSunStarExpandUrlReference.hpp" #include <com/sun/star/uri/XVndSunStarExpandUrlReference.hpp>
#include "com/sun/star/util/theMacroExpander.hpp" #include <com/sun/star/util/theMacroExpander.hpp>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "jni.h" #include <jni.h>
jobjectArray jvmaccess::ClassPath::translateToUrls( jobjectArray jvmaccess::ClassPath::translateToUrls(
css::uno::Reference< css::uno::XComponentContext > const & context, css::uno::Reference< css::uno::XComponentContext > const & context,
......
...@@ -17,14 +17,14 @@ ...@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include "jvmaccess/unovirtualmachine.hxx" #include <jvmaccess/unovirtualmachine.hxx>
#include "jvmaccess/virtualmachine.hxx" #include <jvmaccess/virtualmachine.hxx>
#include "sal/log.hxx" #include <sal/log.hxx>
#include "jni.h" #include <jni.h>
namespace jvmaccess { namespace jvmaccess {
......
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