CMake: Use pragma once consistently

Change-Id: Id164dea5e7047b87c3d11c53ebd044d567129e9c
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-01-27 10:14:00 +01:00
parent a2e19ba1be
commit cfa9dd4c03
28 changed files with 28 additions and 84 deletions

View File

@@ -23,8 +23,7 @@
**
****************************************************************************/
#ifndef CMAKEBUILDSETTINGSWIDGET_H
#define CMAKEBUILDSETTINGSWIDGET_H
#pragma once
#include <projectexplorer/namedwidget.h>
@@ -54,4 +53,3 @@ private:
} // namespace Internal
} // namespace CMakeProjectManager
#endif // CMAKEBUILDSETTINGSWIDGET_H