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,22 +30,13 @@
#ifndef PROJECTWINDOW_H
#define PROJECTWINDOW_H
#include "iprojectproperties.h"
#include <QtCore/QPair>
#include <QtCore/QMap>
#include <QtGui/QApplication>
#include <QtGui/QComboBox>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QScrollArea>
#include <QtGui/QStackedWidget>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class QLabel;
class QGridLayout;
class QMenu;
class QStackedWidget;
QT_END_NAMESPACE
namespace ProjectExplorer {
@@ -105,7 +96,6 @@ private:
QList<ProjectExplorer::Project *> m_tabIndexToProject;
};
} // namespace Internal
} // namespace ProjectExplorer