forked from qt-creator/qt-creator
Clean headers in ClearCase plugin.
Change-Id: I81d3f7f459afb00ba6028513a19c0727b03ef005 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
#define CLEARCASESETTINGS_H
|
#define CLEARCASESETTINGS_H
|
||||||
|
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QStringList>
|
#include <QString>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QSettings;
|
class QSettings;
|
||||||
|
|||||||
@@ -33,11 +33,10 @@
|
|||||||
#ifndef CLEARCASESUBMITEDITOR_H
|
#ifndef CLEARCASESUBMITEDITOR_H
|
||||||
#define CLEARCASESUBMITEDITOR_H
|
#define CLEARCASESUBMITEDITOR_H
|
||||||
|
|
||||||
#include <QPair>
|
|
||||||
#include <QStringList>
|
|
||||||
|
|
||||||
#include <vcsbase/vcsbasesubmiteditor.h>
|
#include <vcsbase/vcsbasesubmiteditor.h>
|
||||||
|
|
||||||
|
QT_FORWARD_DECLARE_CLASS(QStringList)
|
||||||
|
|
||||||
namespace ClearCase {
|
namespace ClearCase {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
|
|||||||
@@ -33,17 +33,9 @@
|
|||||||
#ifndef SETTINGSPAGE_H
|
#ifndef SETTINGSPAGE_H
|
||||||
#define SETTINGSPAGE_H
|
#define SETTINGSPAGE_H
|
||||||
|
|
||||||
#include "ui_settingspage.h"
|
|
||||||
|
|
||||||
#include <vcsbase/vcsbaseoptionspage.h>
|
#include <vcsbase/vcsbaseoptionspage.h>
|
||||||
|
|
||||||
#include <QPointer>
|
#include "ui_settingspage.h"
|
||||||
#include <QString>
|
|
||||||
#include <QWidget>
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
|
||||||
class QSettings;
|
|
||||||
QT_END_NAMESPACE
|
|
||||||
|
|
||||||
namespace ClearCase {
|
namespace ClearCase {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|||||||
@@ -34,8 +34,6 @@
|
|||||||
#define VERSIONSELECTOR_H
|
#define VERSIONSELECTOR_H
|
||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QDateTime>
|
|
||||||
#include <QString>
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QTextStream;
|
class QTextStream;
|
||||||
|
|||||||
Reference in New Issue
Block a user