Kaydet (Commit) fc8e9560 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: l10ntools

Change-Id: I73eed5cbaaa1a0668f0dfa89a1a26883f64b3107
üst 1ce65e74
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_L10NTOOLS_INC_CFGMERGE_HXX
#define INCLUDED_L10NTOOLS_INC_CFGMERGE_HXX
#include "sal/config.h"
#include <sal/config.h>
#include <fstream>
#include <unordered_map>
......
......@@ -12,7 +12,7 @@
#ifndef INCLUDED_L10NTOOLS_INC_COMMON_HXX
#define INCLUDED_L10NTOOLS_INC_COMMON_HXX
#include "sal/config.h"
#include <sal/config.h>
#include <iostream>
#include <rtl/string.hxx>
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_L10NTOOLS_INC_EXPORT_HXX
#define INCLUDED_L10NTOOLS_INC_EXPORT_HXX
#include "sal/config.h"
#include <sal/config.h>
#include "po.hxx"
#include <cstddef>
......
......@@ -12,8 +12,8 @@
#ifndef INCLUDED_L10NTOOLS_INC_HELPER_HXX
#define INCLUDED_L10NTOOLS_INC_HELPER_HXX
#include "sal/config.h"
#include "sal/types.h"
#include <sal/config.h>
#include <sal/types.h>
#include <libxml/parser.h>
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_L10NTOOLS_INC_LNGMERGE_HXX
#define INCLUDED_L10NTOOLS_INC_LNGMERGE_HXX
#include "sal/config.h"
#include <sal/config.h>
#include <iosfwd>
#include <vector>
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX
#define INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX
#include "sal/config.h"
#include <sal/config.h>
#include <cstddef>
#include <memory>
......
......@@ -21,7 +21,7 @@
#define INCLUDED_L10NTOOLS_INC_XRMMERGE_HXX
#include <memory>
#include "sal/config.h"
#include <sal/config.h>
#include <fstream>
......
......@@ -17,22 +17,22 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include "cfglex.hxx"
#include "common.hxx"
#include <cfglex.hxx>
#include <common.hxx>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <memory>
#include "rtl/strbuf.hxx"
#include <rtl/strbuf.hxx>
#include "helper.hxx"
#include "export.hxx"
#include "cfgmerge.hxx"
#include "tokens.h"
#include <helper.hxx>
#include <export.hxx>
#include <cfgmerge.hxx>
#include <tokens.h>
void yyerror(char const *);
......
......@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "common.hxx"
#include <common.hxx>
//flags for handleArguments()
enum class State {
......
......@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "helper.hxx"
#include <helper.hxx>
namespace helper {
......
......@@ -17,17 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <iostream>
#include <fstream>
#include <string>
#include <cstring>
#include "sal/main.h"
#include <sal/main.h>
#include "helpmerge.hxx"
#include "common.hxx"
#include <helpmerge.hxx>
#include <common.hxx>
#include <memory>
#ifndef TESTDRIVER
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <fstream>
#include <functional>
......@@ -28,7 +28,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "helpmerge.hxx"
#include <helpmerge.hxx>
#include <algorithm>
#include <sys/types.h>
#include <sys/stat.h>
......@@ -44,10 +44,10 @@
#include <direct.h>
#endif
#include "export.hxx"
#include "common.hxx"
#include "helper.hxx"
#include "po.hxx"
#include <export.hxx>
#include <common.hxx>
#include <helper.hxx>
#include <po.hxx>
#if OSL_DEBUG_LEVEL > 2
void HelpParser::Dump(XMLHashMap* rElem_in)
......
......@@ -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) {
......
......@@ -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 <fstream>
......@@ -25,8 +25,8 @@
#include <memory>
#include <string>
#include "po.hxx"
#include "lngmerge.hxx"
#include <po.hxx>
#include <lngmerge.hxx>
namespace {
......
......@@ -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;
......
......@@ -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
{
......
......@@ -17,8 +17,8 @@
#include <vector>
#include <string>
#include "po.hxx"
#include "helper.hxx"
#include <po.hxx>
#include <helper.hxx>
/** Container of po entry
......
......@@ -14,7 +14,7 @@
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <osl/file.hxx>
#include "po.hxx"
#include <po.hxx>
// Translated style names must be unique
static void checkStyleNames(const OString& aLanguage)
......
......@@ -7,10 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "sal/main.h"
#include <sal/main.h>
#include "common.hxx"
#include "propmerge.hxx"
#include <common.hxx>
#include <propmerge.hxx>
SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
{
......
......@@ -14,9 +14,9 @@
#include <fstream>
#include <iomanip>
#include "export.hxx"
#include "common.hxx"
#include "propmerge.hxx"
#include <export.hxx>
#include <common.hxx>
#include <propmerge.hxx>
namespace
{
......
......@@ -17,11 +17,11 @@
#include <libxml/xmlmemory.h>
#include <libxml/xmlstring.h>
#include "export.hxx"
#include "helper.hxx"
#include "common.hxx"
#include "po.hxx"
#include "treemerge.hxx"
#include <export.hxx>
#include <helper.hxx>
#include <common.hxx>
#include <po.hxx>
#include <treemerge.hxx>
namespace
......
......@@ -9,10 +9,10 @@
#include <iostream>
#include <cstring>
#include "sal/main.h"
#include <sal/main.h>
#include "common.hxx"
#include "treemerge.hxx"
#include <common.hxx>
#include <treemerge.hxx>
void WriteUsage()
{
......
......@@ -16,16 +16,16 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <iterator> /* std::iterator*/
#include <cassert>
#include <stdio.h>
#include "helper.hxx"
#include "common.hxx"
#include "xmlparse.hxx"
#include <helper.hxx>
#include <common.hxx>
#include <xmlparse.hxx>
#include <fstream>
#include <iostream>
#include <osl/thread.hxx>
......
......@@ -17,19 +17,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <cstring>
#include <stdio.h>
#include "common.hxx"
#include "export.hxx"
#include "po.hxx"
#include "xrmlex.hxx"
#include "xrmmerge.hxx"
#include "tokens.h"
#include "helper.hxx"
#include <common.hxx>
#include <export.hxx>
#include <po.hxx>
#include <xrmlex.hxx>
#include <xrmmerge.hxx>
#include <tokens.h>
#include <helper.hxx>
#include <iostream>
#include <fstream>
#include <vector>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment