diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:44:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:13 +0200 |
commit | 8568732c0f6f8e4b69125a988a4987044666993a (patch) | |
tree | 45f5501a6184e7a54d3bee2186f3e6c43b9fc474 /bean | |
parent | 3a511d3757f2fdca70e953030f3b52c1dc06b26c (diff) |
loplugin:includeform: bean
Change-Id: I3487839569e34552d8b6409b04ef842346c43f5c
Diffstat (limited to 'bean')
-rw-r--r-- | bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c index 771839f3c571..36464626c1bc 100644 --- a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c +++ b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/Intrinsic.h> -#include "jni.h" +#include <jni.h> -#include "jawt_md.h" -#include "jawt.h" +#include <jawt_md.h> +#include <jawt.h> -#include "sal/types.h" +#include <sal/types.h> #define SYSTEM_XWINDOW 6 |