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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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>
|
||||||
|
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user