diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:39:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:03 +0200 |
commit | 285ebf02dadac6dc07198d0ab5d28692947e394a (patch) | |
tree | 11128a57d0b672f0657e3be20b35e290387008b4 /jurt | |
parent | 1852f8f12d4205fc0ea76303c777fac7327953e7 (diff) |
loplugin:includeform: jurt
Change-Id: I27eaa6a60f85c2f02205babb9369a56441604d8c
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c b/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c index 4652d64a5100..ba775da069d0 100644 --- a/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c +++ b/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "jni.h" -#include "osl/security.h" +#include <jni.h> +#include <osl/security.h> #include <osl/pipe.h> /* On Windows, jpipe.dll must not have static dependencies on any other URE DLLs |