forked from qt-creator/qt-creator
Clean exported headers of the VcsBase plugin.
Change-Id: Ibfe20bc7156e14e33fd0448586f5cc625494e008 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include "vcsbase_global.h"
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
#include <QSharedDataPointer>
|
||||
#include <QList>
|
||||
@@ -45,7 +44,11 @@ class QAction;
|
||||
class QTextCodec;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils { struct SynchronousProcessResponse; }
|
||||
namespace Utils
|
||||
{
|
||||
class FileName;
|
||||
struct SynchronousProcessResponse;
|
||||
}
|
||||
|
||||
namespace Core {
|
||||
class Context;
|
||||
|
Reference in New Issue
Block a user