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