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

loplugin:includeform: codemaker

Change-Id: If0c6726c4e096f50e2e16f2a4f7e5821457ac368
üst 4b60d196
......@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include "codemaker/codemaker.hxx"
#include "codemaker/global.hxx"
#include "rtl/string.hxx"
#include "rtl/textcvt.h"
#include "rtl/textenc.h"
#include "rtl/ustring.hxx"
#include <codemaker/codemaker.hxx>
#include <codemaker/global.hxx>
#include <rtl/string.hxx>
#include <rtl/textcvt.h>
#include <rtl/textenc.h>
#include <rtl/ustring.hxx>
namespace codemaker {
......
......@@ -18,14 +18,14 @@
*/
#include "codemaker/exceptiontree.hxx"
#include "codemaker/typemanager.hxx"
#include <codemaker/exceptiontree.hxx>
#include <codemaker/typemanager.hxx>
#include "rtl/ref.hxx"
#include "rtl/string.hxx"
#include "rtl/textenc.h"
#include "rtl/ustring.hxx"
#include "unoidl/unoidl.hxx"
#include <rtl/ref.hxx>
#include <rtl/string.hxx>
#include <rtl/textenc.h>
#include <rtl/ustring.hxx>
#include <unoidl/unoidl.hxx>
#include <memory>
#include <vector>
......
......@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "osl/process.h"
#include "rtl/strbuf.hxx"
#include "rtl/ustring.hxx"
#include "osl/thread.h"
#include "osl/file.hxx"
#include <osl/process.h>
#include <rtl/strbuf.hxx>
#include <rtl/ustring.hxx>
#include <osl/thread.h>
#include <osl/file.hxx>
#include <string.h>
#include <errno.h>
......@@ -36,7 +36,7 @@
# include <unistd.h>
#endif
#include "codemaker/global.hxx"
#include <codemaker/global.hxx>
#ifdef SAL_UNX
#define SEPARATOR '/'
......
......@@ -18,7 +18,7 @@
*/
#include "codemaker/options.hxx"
#include <codemaker/options.hxx>
using ::rtl::OString;
......
......@@ -17,17 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <cstdlib>
#include <cstring>
#include <vector>
#include "codemaker/global.hxx"
#include "codemaker/typemanager.hxx"
#include "rtl/ref.hxx"
#include "rtl/ustring.hxx"
#include "unoidl/unoidl.hxx"
#include <codemaker/global.hxx>
#include <codemaker/typemanager.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <unoidl/unoidl.hxx>
TypeManager::TypeManager(): manager_(new unoidl::Manager) {}
......
......@@ -18,11 +18,11 @@
*/
#include "codemaker/unotype.hxx"
#include <codemaker/unotype.hxx>
#include "osl/diagnose.h"
#include "rtl/string.hxx"
#include "sal/types.h"
#include <osl/diagnose.h>
#include <rtl/string.hxx>
#include <sal/types.h>
OString codemaker::UnoType::decompose(
......
......@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include "codemaker/commoncpp.hxx"
#include <codemaker/commoncpp.hxx>
#include "codemaker/options.hxx"
#include "codemaker/typemanager.hxx"
#include "codemaker/unotype.hxx"
#include <codemaker/options.hxx>
#include <codemaker/typemanager.hxx>
#include <codemaker/unotype.hxx>
#include "rtl/strbuf.hxx"
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "sal/types.h"
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <vector>
......
......@@ -18,19 +18,19 @@
*/
#include "sal/config.h"
#include <sal/config.h>
#include "codemaker/commonjava.hxx"
#include <codemaker/commonjava.hxx>
#include "codemaker/options.hxx"
#include "codemaker/typemanager.hxx"
#include "codemaker/unotype.hxx"
#include <codemaker/options.hxx>
#include <codemaker/typemanager.hxx>
#include <codemaker/unotype.hxx>
#include "rtl/strbuf.h"
#include "rtl/string.h"
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "sal/types.h"
#include <rtl/strbuf.h>
#include <rtl/string.h>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <vector>
......
......@@ -17,21 +17,21 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <vector>
#include "codemaker/generatedtypeset.hxx"
#include "codemaker/typemanager.hxx"
#include "rtl/ref.hxx"
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "sal/main.h"
#include "sal/types.h"
#include "unoidl/unoidl.hxx"
#include <codemaker/generatedtypeset.hxx>
#include <codemaker/typemanager.hxx>
#include <rtl/ref.hxx>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <sal/main.h>
#include <sal/types.h>
#include <unoidl/unoidl.hxx>
#include "cppuoptions.hxx"
#include "cpputype.hxx"
......
......@@ -21,8 +21,8 @@
#include <string.h>
#include "cppuoptions.hxx"
#include "osl/thread.h"
#include "osl/process.h"
#include <osl/thread.h>
#include <osl/process.h>
using ::rtl::OString;
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUOPTIONS_HXX
#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUOPTIONS_HXX
#include "codemaker/options.hxx"
#include <codemaker/options.hxx>
class CppuOptions : public Options
{
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <algorithm>
#include <cassert>
......@@ -28,18 +28,18 @@
#include <vector>
#include <iostream>
#include "rtl/alloc.h"
#include "rtl/ref.hxx"
#include "rtl/ustrbuf.hxx"
#include "rtl/ustring.hxx"
#include "rtl/strbuf.hxx"
#include "unoidl/unoidl.hxx"
#include "codemaker/commoncpp.hxx"
#include "codemaker/exceptiontree.hxx"
#include "codemaker/generatedtypeset.hxx"
#include "codemaker/typemanager.hxx"
#include "codemaker/unotype.hxx"
#include <rtl/alloc.h>
#include <rtl/ref.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
#include <rtl/strbuf.hxx>
#include <unoidl/unoidl.hxx>
#include <codemaker/commoncpp.hxx>
#include <codemaker/exceptiontree.hxx>
#include <codemaker/generatedtypeset.hxx>
#include <codemaker/typemanager.hxx>
#include <codemaker/unotype.hxx>
#include "cpputype.hxx"
#include "cppuoptions.hxx"
......
......@@ -20,9 +20,9 @@
#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUTYPE_HXX
#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUTYPE_HXX
#include "sal/config.h"
#include <sal/config.h>
#include "rtl/ref.hxx"
#include <rtl/ref.hxx>
namespace codemaker { class GeneratedTypeSet; }
namespace rtl { class OUString; }
......
......@@ -17,21 +17,21 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <cassert>
#include <utility>
#include <vector>
#include "codemaker/global.hxx"
#include "codemaker/typemanager.hxx"
#include "codemaker/unotype.hxx"
#include <codemaker/global.hxx>
#include <codemaker/typemanager.hxx>
#include <codemaker/unotype.hxx>
#include "rtl/ref.hxx"
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "sal/types.h"
#include "unoidl/unoidl.hxx"
#include <rtl/ref.hxx>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <unoidl/unoidl.hxx>
#include "dependencies.hxx"
......
......@@ -20,11 +20,11 @@
#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_DEPENDENCIES_HXX
#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_DEPENDENCIES_HXX
#include "sal/config.h"
#include <sal/config.h>
#include <map>
#include "rtl/ref.hxx"
#include <rtl/ref.hxx>
namespace rtl { class OUString; }
class TypeManager;
......
......@@ -20,10 +20,10 @@
#include "dumputils.hxx"
#include "codemaker/global.hxx"
#include <codemaker/global.hxx>
#include "rtl/ustring.hxx"
#include "sal/types.h"
#include <rtl/ustring.hxx>
#include <sal/types.h>
namespace codemaker { namespace cppumaker {
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_DUMPUTILS_HXX
#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_DUMPUTILS_HXX
#include "sal/config.h"
#include <sal/config.h>
namespace rtl { class OUString; }
class FileStream;
......
......@@ -23,15 +23,15 @@
#include "dependencies.hxx"
#include "dumputils.hxx"
#include "codemaker/global.hxx"
#include "codemaker/typemanager.hxx"
#include "codemaker/unotype.hxx"
#include <codemaker/global.hxx>
#include <codemaker/typemanager.hxx>
#include <codemaker/unotype.hxx>
#include "osl/diagnose.h"
#include "rtl/ref.hxx"
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "sal/types.h"
#include <osl/diagnose.h>
#include <rtl/ref.hxx>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <vector>
......
......@@ -20,8 +20,8 @@
#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX
#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX
#include "rtl/ref.hxx"
#include "rtl/ustring.hxx"
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include "dependencies.hxx"
......
......@@ -20,14 +20,14 @@
#include "classfile.hxx"
#include "codemaker/global.hxx"
#include "codemaker/options.hxx"
#include "codemaker/unotype.hxx"
#include "osl/diagnose.h"
#include "rtl/string.h"
#include "rtl/string.hxx"
#include "sal/types.h"
#include <codemaker/global.hxx>
#include <codemaker/options.hxx>
#include <codemaker/unotype.hxx>
#include <osl/diagnose.h>
#include <rtl/string.h>
#include <rtl/string.hxx>
#include <sal/types.h>
#include <map>
#include <utility>
......
......@@ -20,8 +20,8 @@
#ifndef INCLUDED_CODEMAKER_SOURCE_JAVAMAKER_CLASSFILE_HXX
#define INCLUDED_CODEMAKER_SOURCE_JAVAMAKER_CLASSFILE_HXX
#include "codemaker/unotype.hxx"
#include "sal/types.h"
#include <codemaker/unotype.hxx>
#include <sal/types.h>
#include <list>
#include <map>
......
......@@ -17,21 +17,21 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <vector>
#include "codemaker/generatedtypeset.hxx"
#include "codemaker/typemanager.hxx"
#include "rtl/ref.hxx"
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "sal/main.h"
#include "sal/types.h"
#include "unoidl/unoidl.hxx"
#include <codemaker/generatedtypeset.hxx>
#include <codemaker/typemanager.hxx>
#include <rtl/ref.hxx>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <sal/main.h>
#include <sal/types.h>
#include <unoidl/unoidl.hxx>
#include "javaoptions.hxx"
#include "javatype.hxx"
......
......@@ -20,8 +20,8 @@
#include <stdio.h>
#include <string.h>
#include "javaoptions.hxx"
#include "osl/process.h"
#include "osl/thread.h"
#include <osl/process.h>
#include <osl/thread.h>
#ifdef SAL_UNX
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_CODEMAKER_SOURCE_JAVAMAKER_JAVAOPTIONS_HXX
#define INCLUDED_CODEMAKER_SOURCE_JAVAMAKER_JAVAOPTIONS_HXX
#include "codemaker/options.hxx"
#include <codemaker/options.hxx>
class JavaOptions : public Options
{
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <algorithm>
#include <cassert>
......@@ -29,21 +29,21 @@
#include <utility>
#include <vector>
#include "codemaker/codemaker.hxx"
#include "codemaker/exceptiontree.hxx"
#include "codemaker/generatedtypeset.hxx"
#include "codemaker/global.hxx"
#include "codemaker/options.hxx"
#include "codemaker/typemanager.hxx"
#include "codemaker/unotype.hxx"
#include "codemaker/commonjava.hxx"
#include "rtl/ref.hxx"
#include "rtl/strbuf.hxx"
#include "rtl/string.hxx"
#include "rtl/ustrbuf.hxx"
#include "rtl/ustring.hxx"
#include "sal/types.h"
#include "unoidl/unoidl.hxx"
#include <codemaker/codemaker.hxx>
#include <codemaker/exceptiontree.hxx>
#include <codemaker/generatedtypeset.hxx>
#include <codemaker/global.hxx>
#include <codemaker/options.hxx>
#include <codemaker/typemanager.hxx>
#include <codemaker/unotype.hxx>
#include <codemaker/commonjava.hxx>
#include <rtl/ref.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <unoidl/unoidl.hxx>
#include "classfile.hxx"
#include "javaoptions.hxx"
......
......@@ -20,9 +20,9 @@
#ifndef INCLUDED_CODEMAKER_SOURCE_JAVAMAKER_JAVATYPE_HXX
#define INCLUDED_CODEMAKER_SOURCE_JAVAMAKER_JAVATYPE_HXX
#include "sal/config.h"
#include <sal/config.h>
#include "rtl/ref.hxx"
#include <rtl/ref.hxx>
namespace codemaker { class GeneratedTypeSet; }
namespace rtl { class OUString; }
......
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