CppTools/Clang: Clean-up of includes

Change-Id: I0ba340dcf0ee23e61588f17262d07e7088751836
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-12-15 11:59:48 +01:00
parent f89d3dca8b
commit ca63359386
18 changed files with 22 additions and 32 deletions

View File

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