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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user