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

@@ -29,6 +29,7 @@
****************************************************************************/
#include "futureprogress.h"
#include "id.h"
#include "progressbar.h"
#include <utils/stylehelper.h>

View File

@@ -32,13 +32,13 @@
#define FUTUREPROGRESS_H
#include <coreplugin/core_global.h>
#include <coreplugin/id.h>
#include <QString>
#include <QFuture>
#include <QWidget>
namespace Core {
class Id;
class FutureProgressPrivate;
class CORE_EXPORT FutureProgress : public QWidget

View File

@@ -33,6 +33,7 @@
#include "progressbar.h"
#include "progressview.h"
#include "../actionmanager/actionmanager.h"
#include "../actionmanager/command.h"
#include "../icontext.h"
#include "../coreconstants.h"
#include "../icore.h"