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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user