forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in QNX plugin.
Change-Id: I01bb273268bdc473dfeaf68915f37909af2534a1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QNX_INTERNAL_BLACKBERRYCERTIFICATESTOREMODEL_H
|
||||
#define QNX_INTERNAL_BLACKBERRYCERTIFICATESTOREMODEL_H
|
||||
#ifndef BLACKBERRYCERTIFICATEMODEL_H
|
||||
#define BLACKBERRYCERTIFICATEMODEL_H
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
#include <QList>
|
||||
@@ -86,4 +86,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace Qnx
|
||||
|
||||
#endif // QNX_INTERNAL_BLACKBERRYCERTIFICATESTOREMODEL_H
|
||||
#endif // BLACKBERRYCERTIFICATEMODEL_H
|
||||
|
||||
@@ -29,9 +29,9 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "blackberrydeviceconfigurationwidget.h"
|
||||
#include "blackberrydebugtokenuploader.h"
|
||||
#include "blackberrydebugtokenrequestdialog.h"
|
||||
#include "blackberrydeviceconfigurationwidget.h"
|
||||
#include "ui_blackberrydeviceconfigurationwidget.h"
|
||||
#include "qnxconstants.h"
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "blackberrydebugtokenrequestdialog.h"
|
||||
#include "blackberrydeviceconfigurationwizardpages.h"
|
||||
#include "blackberrydebugtokenrequestdialog.h"
|
||||
#include "ui_blackberrydeviceconfigurationwizardsetuppage.h"
|
||||
#include "ui_blackberrydeviceconfigurationwizardsshkeypage.h"
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef BLACKBERRYSIGNINGPAGE_H
|
||||
#define BLACKBERRYSIGNINGPAGE_H
|
||||
#ifndef BLACKBERRYKEYSPAGE_H
|
||||
#define BLACKBERRYKEYSPAGE_H
|
||||
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
|
||||
@@ -55,4 +55,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace Qnx
|
||||
|
||||
#endif // BLACKBERRYSIGNINGPAGE_H
|
||||
#endif // BLACKBERRYKEYSPAGE_H
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
#include <debugger/debuggerrunner.h>
|
||||
#include <debugger/debuggerstartparameters.h>
|
||||
#include <debugger/debuggerkitinformation.h>
|
||||
#include <debugger/debuggerstartparameters.h>
|
||||
#include <projectexplorer/target.h>
|
||||
#include <projectexplorer/toolchain.h>
|
||||
#include <qtsupport/qtkitinformation.h>
|
||||
|
||||
Reference in New Issue
Block a user