summaryrefslogtreecommitdiff
path: root/l10ntools/source/localize.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/localize.cxx
parent1ce65e7493756672980e2555cc4fa748b7c77199 (diff)
loplugin:includeform: l10ntools
Change-Id: I73eed5cbaaa1a0668f0dfa89a1a26883f64b3107
Diffstat (limited to 'l10ntools/source/localize.cxx')
-rw-r--r--l10ntools/source/localize.cxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 2e8e3c1f2012..822996d85b55 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstddef>
#include <cstdlib>
@@ -26,20 +26,20 @@
#include <vector>
#include <algorithm>
-#include "osl/file.h"
-#include "osl/file.hxx"
-#include "osl/thread.h"
-#include "rtl/string.h"
-#include "rtl/string.hxx"
-#include "rtl/textcvt.h"
-#include "rtl/strbuf.hxx"
-#include "rtl/ustring.h"
-#include "rtl/ustring.hxx"
-#include "sal/macros.h"
-#include "sal/main.h"
-#include "sal/types.h"
-
-#include "po.hxx"
+#include <osl/file.h>
+#include <osl/file.hxx>
+#include <osl/thread.h>
+#include <rtl/string.h>
+#include <rtl/string.hxx>
+#include <rtl/textcvt.h>
+#include <rtl/strbuf.hxx>
+#include <rtl/ustring.h>
+#include <rtl/ustring.hxx>
+#include <sal/macros.h>
+#include <sal/main.h>
+#include <sal/types.h>
+
+#include <po.hxx>
using namespace std;