loplugin:includeform: odk (Windows)

Change-Id: I654aa2cf1175f91619b70c9257e88f7006b0c04c
This commit is contained in:
Stephan Bergmann 2017-10-27 19:26:06 +02:00
parent 15eeba3d53
commit 57763d2e79

View file

@ -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)