forked from qt-creator/qt-creator
Clean headers in Bazaar.
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I004d756b351c3fdd9d13367627b1345f3efa7f2a Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -29,19 +29,12 @@
|
||||
#include "bazaareditor.h"
|
||||
#include "annotationhighlighter.h"
|
||||
#include "constants.h"
|
||||
#include "bazaarplugin.h"
|
||||
#include "bazaarclient.h"
|
||||
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <vcsbase/diffhighlighter.h>
|
||||
|
||||
#include <QRegExp>
|
||||
#include <QString>
|
||||
#include <QTextCursor>
|
||||
#include <QTextBlock>
|
||||
#include <QDir>
|
||||
#include <QFileInfo>
|
||||
#include <QDebug>
|
||||
|
||||
#define BZR_CHANGE_PATTERN "[0-9]+"
|
||||
|
||||
Reference in New Issue
Block a user