Yet another include purging spree.

This commit is contained in:
Friedemann Kleint
2010-07-13 16:36:37 +02:00
parent 0f21c8e621
commit e8c0d0c162
25 changed files with 24 additions and 44 deletions

View File

@@ -30,17 +30,17 @@
#ifndef TASKWINDOW_H
#define TASKWINDOW_H
#include "task.h"
#include <coreplugin/ioutputpane.h>
#include <QtGui/QIcon>
QT_BEGIN_NAMESPACE
class QAction;
class QModelIndex;
class QPoint;
QT_END_NAMESPACE
namespace ProjectExplorer {
class TaskHub;
class Task;
namespace Internal {
class TaskWindowPrivate;