forked from qt-creator/qt-creator
CppTools/Clang: Clean-up of includes
Change-Id: I0ba340dcf0ee23e61588f17262d07e7088751836 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "baseeditordocumentparser.h"
|
||||
#include "baseeditordocumentprocessor.h"
|
||||
|
||||
#include "cppmodelmanager.h"
|
||||
#include "cpptoolsreuse.h"
|
||||
#include "editordocumenthandle.h"
|
||||
|
||||
|
||||
@@ -31,11 +31,12 @@
|
||||
#ifndef BASEEDITORDOCUMENTPARSER_H
|
||||
#define BASEEDITORDOCUMENTPARSER_H
|
||||
|
||||
#include "cppmodelmanager.h"
|
||||
#include "cpptools_global.h"
|
||||
#include "cppprojects.h"
|
||||
#include "cppworkingcopy.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QMutex>
|
||||
|
||||
namespace CppTools {
|
||||
|
||||
|
||||
@@ -29,12 +29,12 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "baseeditordocumentprocessor.h"
|
||||
#include "cppworkingcopy.h"
|
||||
|
||||
#include "cpptoolsreuse.h"
|
||||
#include "cppmodelmanager.h"
|
||||
#include "editordocumenthandle.h"
|
||||
|
||||
#include <texteditor/fontsettings.h>
|
||||
#include <texteditor/quickfix.h>
|
||||
#include <texteditor/texteditorsettings.h>
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
@@ -38,13 +38,15 @@
|
||||
#include <texteditor/codeassist/assistinterface.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
#include <texteditor/textdocument.h>
|
||||
#include <texteditor/quickfix.h>
|
||||
|
||||
#include <cplusplus/CppDocument.h>
|
||||
|
||||
#include <QTextEdit>
|
||||
|
||||
namespace TextEditor { class TextDocument; }
|
||||
namespace TextEditor {
|
||||
class TextDocument;
|
||||
class QuickFixOperations;
|
||||
}
|
||||
|
||||
namespace CppTools {
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
|
||||
#include "builtineditordocumentparser.h"
|
||||
#include "cppsourceprocessor.h"
|
||||
#include "editordocumenthandle.h"
|
||||
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
|
||||
#include "baseeditordocumentparser.h"
|
||||
#include "cpptools_global.h"
|
||||
#include "cppmodelmanager.h"
|
||||
|
||||
#include <cplusplus/CppDocument.h>
|
||||
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
#include "cpptoolsreuse.h"
|
||||
#include "cppworkingcopy.h"
|
||||
|
||||
#include <texteditor/texteditor.h>
|
||||
#include <texteditor/convenience.h>
|
||||
|
||||
#include <cplusplus/CppDocument.h>
|
||||
|
||||
@@ -29,9 +29,9 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "semantichighlighter.h"
|
||||
#include "cppsemanticinfo.h"
|
||||
|
||||
#include <texteditor/fontsettings.h>
|
||||
#include <texteditor/semantichighlighter.h>
|
||||
#include <texteditor/syntaxhighlighter.h>
|
||||
#include <texteditor/textdocument.h>
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
#include <QLoggingCategory>
|
||||
#include <QTextDocument>
|
||||
|
||||
using namespace CPlusPlus;
|
||||
using TextEditor::SemanticHighlighter::incrementalApplyExtraAdditionalFormats;
|
||||
using TextEditor::SemanticHighlighter::clearExtraAdditionalFormatsUntilEnd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user