diff options
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxruncontrol.h')
-rw-r--r-- | src/plugins/remotelinux/remotelinuxruncontrol.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/remotelinux/remotelinuxruncontrol.h b/src/plugins/remotelinux/remotelinuxruncontrol.h index 2f5fe92551..b8b680b628 100644 --- a/src/plugins/remotelinux/remotelinuxruncontrol.h +++ b/src/plugins/remotelinux/remotelinuxruncontrol.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef REMOTELINUXRUNCONTROL_H -#define REMOTELINUXRUNCONTROL_H +#pragma once #include "remotelinux_export.h" @@ -58,5 +57,3 @@ private: }; } // namespace RemoteLinux - -#endif // REMOTELINUXRUNCONTROL_H |