forked from qt-creator/qt-creator
Clean exported headers of the CppTools plugin.
Change-Id: I0144ac33e88980c431c54a6d69bbde28da4b1967 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -29,13 +29,16 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "semantichighlighter.h"
|
||||
#include "cppsemanticinfo.h"
|
||||
|
||||
#include <texteditor/fontsettings.h>
|
||||
#include <texteditor/syntaxhighlighter.h>
|
||||
#include <texteditor/textdocument.h>
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QLoggingCategory>
|
||||
#include <QTextDocument>
|
||||
|
||||
using namespace CPlusPlus;
|
||||
using TextEditor::SemanticHighlighter::incrementalApplyExtraAdditionalFormats;
|
||||
|
||||
Reference in New Issue
Block a user