diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:37:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:01 +0200 |
commit | f6ad25f67b3bc77527cd56653e327a211c6bb804 (patch) | |
tree | 04be59a833dd2d3936c1ae66d01bdc719c4a524d /odk | |
parent | 03e6bf9a6535d95dd717d91072b766dfd577057b (diff) |
loplugin:includeform: odk
Change-Id: Ic8ede7a0377d9ec4f360b63889e0ccf3c5dda93f
Diffstat (limited to 'odk')
-rw-r--r-- | odk/qa/checkapi/checkapi.cxx | 2 | ||||
-rw-r--r-- | odk/source/unoapploader/unx/unoapploader.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/odk/qa/checkapi/checkapi.cxx b/odk/qa/checkapi/checkapi.cxx index 4fc69e6cd631..9018deb9147c 100644 --- a/odk/qa/checkapi/checkapi.cxx +++ b/odk/qa/checkapi/checkapi.cxx @@ -26,7 +26,7 @@ #pragma warning (disable : 4996) #endif -#include "allheaders.hxx" +#include <allheaders.hxx> CPPUNIT_PLUGIN_IMPLEMENT(); extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL firstfunc(sal_Bool) diff --git a/odk/source/unoapploader/unx/unoapploader.c b/odk/source/unoapploader/unx/unoapploader.c index e0013e97b7a1..44086d331623 100644 --- a/odk/source/unoapploader/unx/unoapploader.c +++ b/odk/source/unoapploader/unx/unoapploader.c @@ -28,9 +28,9 @@ #endif #include <dlfcn.h> -#include "cppuhelper/findsofficepath.h" -#include "rtl/string.h" -#include "sal/types.h" +#include <cppuhelper/findsofficepath.h> +#include <rtl/string.h> +#include <sal/types.h> char* getPath(void); char* createCommandName( char* argv0 ); |