forked from qt-creator/qt-creator
Fix Krazy warnings about improper include guard in SSH.
Change-Id: Iacbbdecc7fb3b4d9042c1306f877908a803c29f8 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef SFTCHANNEL_H
|
||||
#define SFTCHANNEL_H
|
||||
#ifndef SFTPCHANNEL_H
|
||||
#define SFTPCHANNEL_H
|
||||
|
||||
#include "sftpdefs.h"
|
||||
#include "sftpincomingpacket_p.h"
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef SFTCHANNEL_P_H
|
||||
#define SFTCHANNEL_P_H
|
||||
#ifndef SFTPCHANNEL_P_H
|
||||
#define SFTPCHANNEL_P_H
|
||||
|
||||
#include "sftpdefs.h"
|
||||
#include "sftpincomingpacket_p.h"
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef BYTEARRAYCONVERSIONS_P_H
|
||||
#define BYTEARRAYCONVERSIONS_P_H
|
||||
#ifndef SSHBOTANCONVERSIONS_P_H
|
||||
#define SSHBOTANCONVERSIONS_P_H
|
||||
|
||||
#include "sshcapabilities_p.h"
|
||||
|
||||
@@ -95,4 +95,4 @@ inline quint32 botanHMacKeyLen(const QByteArray &rfcAlgoName)
|
||||
} // namespace Internal
|
||||
} // namespace QSsh
|
||||
|
||||
#endif // BYTEARRAYCONVERSIONS_P_H
|
||||
#endif // SSHBOTANCONVERSIONS_P_H
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef SSHCHANNELLAYER_P_H
|
||||
#define SSHCHANNELLAYER_P_H
|
||||
#ifndef SSHCHANNELMANAGER_P_H
|
||||
#define SSHCHANNELMANAGER_P_H
|
||||
|
||||
#include <QHash>
|
||||
#include <QObject>
|
||||
@@ -97,4 +97,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace QSsh
|
||||
|
||||
#endif // SSHCHANNELLAYER_P_H
|
||||
#endif // SSHCHANNELMANAGER_P_H
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef SSHABSTRACTCRYPTOFACILITY_P_H
|
||||
#define SSHABSTRACTCRYPTOFACILITY_P_H
|
||||
#ifndef SSHCRYPTOFACILITY_P_H
|
||||
#define SSHCRYPTOFACILITY_P_H
|
||||
|
||||
#include <botan/botan.h>
|
||||
|
||||
@@ -139,4 +139,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace QSsh
|
||||
|
||||
#endif // SSHABSTRACTCRYPTOFACILITY_P_H
|
||||
#endif // SSHCRYPTOFACILITY_P_H
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
****************************************************************************/
|
||||
#ifndef DIRECTTCPIPCHANNEL_P_H
|
||||
#define DIRECTTCPIPCHANNEL_P_H
|
||||
#ifndef SSHDIRECTTCPIPTUNNEL_P_H
|
||||
#define SSHDIRECTTCPIPTUNNEL_P_H
|
||||
|
||||
#include "sshchannel_p.h"
|
||||
|
||||
@@ -78,4 +78,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace QSsh
|
||||
|
||||
#endif // DIRECTTCPIPCHANNEL_P_H
|
||||
#endif // SSHDIRECTTCPIPTUNNEL_P_H
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef SSHREMOTECOMMAND_H
|
||||
#define SSHREMOTECOMMAND_H
|
||||
#ifndef SSHREMOTEPROCESS_H
|
||||
#define SSHREMOTEPROCESS_H
|
||||
|
||||
#include "ssh_global.h"
|
||||
|
||||
@@ -124,4 +124,4 @@ private:
|
||||
|
||||
} // namespace QSsh
|
||||
|
||||
#endif // SSHREMOTECOMMAND_H
|
||||
#endif // SSHREMOTEPROCESS_H
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef SSHCONNECTIONOUTSTATE_P_H
|
||||
#define SSHCONNECTIONOUTSTATE_P_H
|
||||
#ifndef SSHSENDFACILITY_P_H
|
||||
#define SSHSENDFACILITY_P_H
|
||||
|
||||
#include "sshcryptofacility_p.h"
|
||||
#include "sshoutgoingpacket_p.h"
|
||||
@@ -98,4 +98,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace QSsh
|
||||
|
||||
#endif // SSHCONNECTIONOUTSTATE_P_H
|
||||
#endif // SSHSENDFACILITY_P_H
|
||||
|
||||
Reference in New Issue
Block a user