diff options
-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 |