diff options
Diffstat (limited to 'src/libs/ssh/sshremoteprocess_p.h')
-rw-r--r-- | src/libs/ssh/sshremoteprocess_p.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libs/ssh/sshremoteprocess_p.h b/src/libs/ssh/sshremoteprocess_p.h index e4eacea415..edf0648329 100644 --- a/src/libs/ssh/sshremoteprocess_p.h +++ b/src/libs/ssh/sshremoteprocess_p.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef SSHREMOTEPROCESS_P_H -#define SSHREMOTEPROCESS_P_H +#pragma once #include "sshpseudoterminal.h" @@ -102,5 +101,3 @@ private: } // namespace Internal } // namespace QSsh - -#endif // SSHREMOTEPROCESS_P_H |