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:
Friedemann Kleint
2013-03-12 12:12:24 +01:00
parent 74101f2f2c
commit 8ae38d1ada
4 changed files with 7 additions and 8 deletions

View File

@@ -29,8 +29,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef AUTOTOOLSPROJECTMANAGER_H #ifndef AUTOTOOLSPROJECTPLUGIN_H
#define AUTOTOOLSPROJECTMANAGER_H #define AUTOTOOLSPROJECTPLUGIN_H
#include <extensionsystem/iplugin.h> #include <extensionsystem/iplugin.h>
@@ -80,4 +80,4 @@ public:
} // namespace Internal } // namespace Internal
} // namespace AutotoolsProjectManager } // namespace AutotoolsProjectManager
#endif // AUTOTOOLSPROJECTMANAGER_H #endif // AUTOTOOLSPROJECTPLUGIN_H

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef CMAKEPROJECTMANAGER_INTERNAL_CMAKEFILTER_H #ifndef CMAKELOCATORFILTER_H
#define CMAKEPROJECTMANAGER_INTERNAL_CMAKEFILTER_H #define CMAKELOCATORFILTER_H
#include <locator/ilocatorfilter.h> #include <locator/ilocatorfilter.h>
@@ -56,4 +56,4 @@ private slots:
} // namespace Internal } // namespace Internal
} // namespace CMakeProjectManager } // namespace CMakeProjectManager
#endif // CMAKEPROJECTMANAGER_INTERNAL_CMAKEFILTER_H #endif // CMAKELOCATORFILTER_H

View File

@@ -35,7 +35,6 @@
#include "cmakerunconfiguration.h" #include "cmakerunconfiguration.h"
#include "makestep.h" #include "makestep.h"
#include "cmakeopenprojectwizard.h" #include "cmakeopenprojectwizard.h"
#include "cmakebuildconfiguration.h"
#include "cmakeuicodemodelsupport.h" #include "cmakeuicodemodelsupport.h"
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#include "cmakeopenprojectwizard.h"
#include "cmakeprojectmanager.h" #include "cmakeprojectmanager.h"
#include "cmakeopenprojectwizard.h"
#include "cmakeprojectconstants.h" #include "cmakeprojectconstants.h"
#include "cmakeproject.h" #include "cmakeproject.h"