aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-01-27 10:14:00 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-01-27 09:15:45 +0000
commitcfa9dd4c035912d2c3f8abde04225f483024a53c (patch)
tree10d9a32eca73e364b7681fd88b10ba607a0bb2b6 /src/plugins/cmakeprojectmanager/cmakebuildstep.h
parenta2e19ba1bec09294c7588a97722195cc390ea7a3 (diff)
CMake: Use pragma once consistently
Change-Id: Id164dea5e7047b87c3d11c53ebd044d567129e9c Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakebuildstep.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakebuildstep.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakebuildstep.h b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
index 0b66289448..43e5e95e4f 100644
--- a/src/plugins/cmakeprojectmanager/cmakebuildstep.h
+++ b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef CMAKEBUILDSTEP_H
-#define CMAKEBUILDSTEP_H
+#pragma once
#include <projectexplorer/abstractprocessstep.h>
@@ -154,4 +153,3 @@ public:
} // namespace Internal
} // namespace CMakeProjectManager
-#endif // CMAKEBUILDSTEP_H