summaryrefslogtreecommitdiff
path: root/l10ntools/source/merge.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:38:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:03 +0200
commitfc8e95600aa40ef33beab7fd4c07e7ce66df1d27 (patch)
tree6fc2402f3e2ff57229e9e41f4768de146ddabc64 /l10ntools/source/merge.cxx
parent1ce65e7493756672980e2555cc4fa748b7c77199 (diff)
loplugin:includeform: l10ntools
Change-Id: I73eed5cbaaa1a0668f0dfa89a1a26883f64b3107
Diffstat (limited to 'l10ntools/source/merge.cxx')
-rw-r--r--l10ntools/source/merge.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx
index 35df82f37f30..a86ddf96124e 100644
--- a/l10ntools/source/merge.cxx
+++ b/l10ntools/source/merge.cxx
@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <algorithm>
#include <fstream>
#include <string>
#include <vector>
-#include "export.hxx"
-#include "po.hxx"
+#include <export.hxx>
+#include <po.hxx>
namespace
{