diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:27:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:52 +0200 |
commit | fa6d8eebd1574213670dbedc79441d1a1118cd86 (patch) | |
tree | fb9c8acc6054379d2b6113086c4e40bf7168ac7d /desktop/source/app | |
parent | 9851245f1e5978c566acbc4db69ba650b455b1b4 (diff) |
loplugin:includeform: desktop (Windows)
Change-Id: I245c58a3d97eb0d60e7063e9c34c77d33739801d
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/cmdlinehelp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index 07b5672ef377..10c469902b34 100644 --- a/desktop/source/app/cmdlinehelp.cxx +++ b/desktop/source/app/cmdlinehelp.cxx @@ -30,9 +30,9 @@ #if !defined WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN #endif -#include "windows.h" -#include "io.h" -#include "fcntl.h" +#include <windows.h> +#include <io.h> +#include <fcntl.h> #endif namespace desktop |