summaryrefslogtreecommitdiff
path: root/shell/source/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:32:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:53 +0200
commit7666da05ee9dd54c65038ce13d0c39e67d70a0d1 (patch)
tree7f6a2307635e55f4c82462536be5a376dccfd503 /shell/source/tools
parent5f0ddf22df22f6c4d35a42c205eb064e8fb8e6ce (diff)
loplugin:includeform: shell
Change-Id: I73be2f09a4b27509b62936daa414efb51977277f
Diffstat (limited to 'shell/source/tools')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index c4e24aa55ea1..6e7caad356bf 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -38,13 +38,13 @@ typedef unsigned short WORD;
#include "cmdline.hxx"
#include <comphelper/string.hxx>
-#include "osl/thread.h"
-#include "osl/process.h"
-#include "osl/file.hxx"
-#include "sal/main.h"
+#include <osl/thread.h>
+#include <osl/process.h>
+#include <osl/file.hxx>
+#include <sal/main.h>
-#include "tools/config.hxx"
-#include "i18nlangtag/languagetag.hxx"
+#include <tools/config.hxx>
+#include <i18nlangtag/languagetag.hxx>
#include <iostream>
#include <fstream>