diff options
Diffstat (limited to 'src/plugins/ios/iosdeploystepwidget.h')
-rw-r--r-- | src/plugins/ios/iosdeploystepwidget.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/ios/iosdeploystepwidget.h b/src/plugins/ios/iosdeploystepwidget.h index 331857d2ce..38c91ab9b2 100644 --- a/src/plugins/ios/iosdeploystepwidget.h +++ b/src/plugins/ios/iosdeploystepwidget.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef IOSDEPLOYSTEPWIDGET_H -#define IOSDEPLOYSTEPWIDGET_H +#pragma once #include <projectexplorer/buildstep.h> @@ -54,5 +53,3 @@ private: } // namespace Internal } // namespace Ios - -#endif // IOSDEPLOYSTEPWIDGET_H |