diff options
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h')
-rw-r--r-- | src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h b/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h index 7bfdc70af4..fd2ca29e87 100644 --- a/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h +++ b/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef REMOTELINUXCUSTOMCOMMANDDEPLOYMENTSTEP_H -#define REMOTELINUXCUSTOMCOMMANDDEPLOYMENTSTEP_H +#pragma once #include "abstractremotelinuxdeploystep.h" #include "remotelinuxcustomcommanddeployservice.h" @@ -87,5 +86,3 @@ private: }; } // namespace RemoteLinux - -#endif // REMOTELINUXCUSTOMCOMMANDDEPLOYMENTSTEP_H |