forked from qt-creator/qt-creator
Clean headers in vcsbase-plugin.
Change-Id: Ibbfd5e0b07b2a06d17f4e3360511d7ad13b49f55 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
#include "vcsbase_global.h"
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
#include <QSharedDataPointer>
|
||||
@@ -46,7 +45,10 @@ QT_END_NAMESPACE
|
||||
|
||||
namespace Utils { struct SynchronousProcessResponse; }
|
||||
|
||||
namespace Core { class IVersionControl; }
|
||||
namespace Core {
|
||||
class IVersionControl;
|
||||
class Id;
|
||||
}
|
||||
|
||||
namespace VcsBase {
|
||||
|
||||
|
Reference in New Issue
Block a user