Clean exported headers of the Core plugin.

Change-Id: I26472d568844d5fee62323e01f5c5c12082d5450
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Friedemann Kleint
2015-02-26 13:38:54 +01:00
parent 93f57a99a1
commit 54da18eaaa
103 changed files with 169 additions and 49 deletions

View File

@@ -32,13 +32,13 @@
#define VCSMANAGER_H
#include "core_global.h"
#include "id.h"
#include <QString>
#include <QObject>
namespace Core {
class Id;
class IVersionControl;
namespace Internal { class MainWindow; }