forked from qt-creator/qt-creator
Clean headers in CppEditor.
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I61a5c2fff02616f6883ddf3923e4361fca6bf92b Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
0a5eeb542b
commit
d61bc4fcec
@@ -29,25 +29,10 @@
|
||||
|
||||
#include "cppquickfix.h"
|
||||
|
||||
#include "cppeditor.h"
|
||||
#include "cppquickfixassistant.h"
|
||||
|
||||
#include <cpptools/cpprefactoringchanges.h>
|
||||
|
||||
#include <cplusplus/AST.h>
|
||||
#include <cplusplus/ASTPath.h>
|
||||
#include <cplusplus/CppDocument.h>
|
||||
#include <cplusplus/CppRewriter.h>
|
||||
#include <cplusplus/DependencyTable.h>
|
||||
#include <cplusplus/Overview.h>
|
||||
#include <cplusplus/ResolveExpression.h>
|
||||
#include <cplusplus/Token.h>
|
||||
#include <cplusplus/TranslationUnit.h>
|
||||
#include <cplusplus/TypeOfExpression.h>
|
||||
|
||||
#include <QTextBlock>
|
||||
#include <QFileInfo>
|
||||
|
||||
using namespace CppEditor;
|
||||
using namespace CppEditor::Internal;
|
||||
using namespace CppTools;
|
||||
|
||||
Reference in New Issue
Block a user