forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in Autotools/CMake.
Change-Id: Iff9e1c6658e1b0a20ec6f140a86f69c8cb52fb44 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CMAKEPROJECTMANAGER_INTERNAL_CMAKEFILTER_H
|
||||
#define CMAKEPROJECTMANAGER_INTERNAL_CMAKEFILTER_H
|
||||
#ifndef CMAKELOCATORFILTER_H
|
||||
#define CMAKELOCATORFILTER_H
|
||||
|
||||
#include <locator/ilocatorfilter.h>
|
||||
|
||||
@@ -56,4 +56,4 @@ private slots:
|
||||
} // namespace Internal
|
||||
} // namespace CMakeProjectManager
|
||||
|
||||
#endif // CMAKEPROJECTMANAGER_INTERNAL_CMAKEFILTER_H
|
||||
#endif // CMAKELOCATORFILTER_H
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
#include "cmakerunconfiguration.h"
|
||||
#include "makestep.h"
|
||||
#include "cmakeopenprojectwizard.h"
|
||||
#include "cmakebuildconfiguration.h"
|
||||
#include "cmakeuicodemodelsupport.h"
|
||||
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "cmakeopenprojectwizard.h"
|
||||
#include "cmakeprojectmanager.h"
|
||||
#include "cmakeopenprojectwizard.h"
|
||||
#include "cmakeprojectconstants.h"
|
||||
#include "cmakeproject.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user