loplugin:includeform: basic

Change-Id: I6fbba5c4619eec7ae03fed65a18974faa0f190af
This commit is contained in:
Stephan Bergmann
2017-10-23 22:44:41 +02:00
parent 8568732c0f
commit d4a25418b3
10 changed files with 15 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
#include <basic/sbmod.hxx>
#include <basic/sbstar.hxx>
#include <sbprop.hxx>
#include "sbprop.hxx"
// create object from user-type (+StringID+StringID)
SbxObject* createUserTypeImpl( const OUString& rClassName );

View File

@@ -22,8 +22,8 @@
class SbiParser;
class SbModule;
#include <opcodes.hxx>
#include <buffer.hxx>
#include "opcodes.hxx"
#include "buffer.hxx"
#include <basic/codecompletecache.hxx>
class SbiCodeGen {

View File

@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_DLGCONT_HXX
#define INCLUDED_BASIC_SOURCE_INC_DLGCONT_HXX
#include <namecont.hxx>
#include "namecont.hxx"
#include <com/sun/star/resource/XStringResourceSupplier.hpp>
#include <com/sun/star/resource/XStringResourcePersistence.hpp>

View File

@@ -19,7 +19,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX
#define INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX
#include <sbunoobj.hxx>
#include "sbunoobj.hxx"
#include <ooo/vba/XErrObject.hpp>

View File

@@ -22,8 +22,8 @@
#include <memory>
#include <opcodes.hxx>
#include <token.hxx>
#include "opcodes.hxx"
#include "token.hxx"
#include <vector>
class SbiExprNode;

View File

@@ -20,9 +20,9 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_IMAGE_HXX
#define INCLUDED_BASIC_SOURCE_INC_IMAGE_HXX
#include <sbintern.hxx>
#include "sbintern.hxx"
#include <rtl/ustring.hxx>
#include <filefmt.hxx>
#include "filefmt.hxx"
#include <o3tl/typed_flags_set.hxx>
// This class reads in the image that's been produced by the compiler

View File

@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_OPCODES_HXX
#define INCLUDED_BASIC_SOURCE_INC_OPCODES_HXX
#include <sbintern.hxx>
#include "sbintern.hxx"
// An opcode can have a length of 1, 3 or 5 bytes,
// depending on its numeric value (see below).

View File

@@ -20,9 +20,9 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_PARSER_HXX
#define INCLUDED_BASIC_SOURCE_INC_PARSER_HXX
#include <expr.hxx>
#include <codegen.hxx>
#include <symtbl.hxx>
#include "expr.hxx"
#include "codegen.hxx"
#include "symtbl.hxx"
#include <vector>

View File

@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_SCRIPTCONT_HXX
#define INCLUDED_BASIC_SOURCE_INC_SCRIPTCONT_HXX
#include <namecont.hxx>
#include "namecont.hxx"
#include <basic/basmgr.hxx>
#include <com/sun/star/script/vba/XVBAModuleInfo.hpp>
#include <comphelper/uno3.hxx>

View File

@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_TOKEN_HXX
#define INCLUDED_BASIC_SOURCE_INC_TOKEN_HXX
#include <scanner.hxx>
#include "scanner.hxx"
#include <basic/sbdef.hxx>
// The tokenizer is stand-alone, i. e. he can be used from everywhere.