summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-27 19:26:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-27 19:28:51 +0200
commit57763d2e796393cb072e44e5ec87d3fb33dd2cce (patch)
treee59f8f70138992dae30ca705f01cc249a95c1b3e /odk
parent15eeba3d537c72ae9bbf8214d69d3f57d3013902 (diff)
loplugin:includeform: odk (Windows)
Change-Id: I654aa2cf1175f91619b70c9257e88f7006b0c04c
Diffstat (limited to 'odk')
-rw-r--r--odk/source/unoapploader/win/unoapploader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/source/unoapploader/win/unoapploader.c b/odk/source/unoapploader/win/unoapploader.c
index 4ad8685924e3..d07366065075 100644
--- a/odk/source/unoapploader/win/unoapploader.c
+++ b/odk/source/unoapploader/win/unoapploader.c
@@ -33,8 +33,8 @@
#pragma warning(pop)
#endif
-#include "cppuhelper/findsofficepath.h"
-#include "sal/types.h"
+#include <cppuhelper/findsofficepath.h>
+#include <sal/types.h>
#define MY_SIZE(s) (sizeof (s) / sizeof *(s))
#define MY_LENGTH(s) (MY_SIZE(s) - 1)