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:
@@ -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