diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:38:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:03 +0200 |
commit | fc8e95600aa40ef33beab7fd4c07e7ce66df1d27 (patch) | |
tree | 6fc2402f3e2ff57229e9e41f4768de146ddabc64 /l10ntools/source/lngex.cxx | |
parent | 1ce65e7493756672980e2555cc4fa748b7c77199 (diff) |
loplugin:includeform: l10ntools
Change-Id: I73eed5cbaaa1a0668f0dfa89a1a26883f64b3107
Diffstat (limited to 'l10ntools/source/lngex.cxx')
-rw-r--r-- | l10ntools/source/lngex.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/source/lngex.cxx b/l10ntools/source/lngex.cxx index d68cdc855800..0d8bc6b9361f 100644 --- a/l10ntools/source/lngex.cxx +++ b/l10ntools/source/lngex.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "sal/main.h" +#include <sal/main.h> -#include "lngmerge.hxx" +#include <lngmerge.hxx> SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { |