diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:42:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:10 +0200 |
commit | 54ef1c155990bee247f083a37be9515b43709ac3 (patch) | |
tree | 9246a70e38e040cd35d38298ee50528e1e37b12c /desktop/source/app/lockfile2.cxx | |
parent | 957e6c7968b205caf939c53942fe1c5fd64d57ef (diff) |
loplugin:includeform: desktop
Change-Id: I2dacb21cd0c9618dadb49912e0f09c9ab576f9b0
Diffstat (limited to 'desktop/source/app/lockfile2.cxx')
-rw-r--r-- | desktop/source/app/lockfile2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/lockfile2.cxx b/desktop/source/app/lockfile2.cxx index 42f3081fb7d5..31911f561719 100644 --- a/desktop/source/app/lockfile2.cxx +++ b/desktop/source/app/lockfile2.cxx @@ -19,10 +19,10 @@ #include <vcl/layout.hxx> -#include "dp_shared.hxx" -#include "strings.hrc" +#include <dp_shared.hxx> +#include <strings.hrc> #include <tools/config.hxx> -#include "lockfile.hxx" +#include <lockfile.hxx> namespace desktop { |