forked from qt-creator/qt-creator
Clean headers in AnalyerBase.
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ied1c1e4c2569cf021b308e0529bcca591e87746e Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -31,24 +31,14 @@
|
||||
|
||||
#include "analyzerconstants.h"
|
||||
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <coreplugin/icore.h>
|
||||
#include <texteditor/basetexteditor.h>
|
||||
#include <texteditor/itexteditor.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <cplusplus/ExpressionUnderCursor.h>
|
||||
#include <cpptools/ModelManagerInterface.h>
|
||||
#include <cplusplus/LookupItem.h>
|
||||
#include <cplusplus/TypeOfExpression.h>
|
||||
|
||||
// shared/cplusplus includes
|
||||
#include <Scope.h>
|
||||
#include <Symbol.h>
|
||||
|
||||
#include <QTextDocumentFragment>
|
||||
#include <QTextCursor>
|
||||
#include <QWidget>
|
||||
|
||||
using namespace Analyzer;
|
||||
using namespace Core;
|
||||
|
||||
Reference in New Issue
Block a user