forked from qt-creator/qt-creator
Fix Krazy warnings about improper include guard in CPP.
Change-Id: I89dba400e19b7b480a6383e0a58b84ac28c2089e Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CPLUSPLUS_FINDBREAKPOINT_H
|
||||
#define CPLUSPLUS_FINDBREAKPOINT_H
|
||||
#ifndef FINDCDBBREAKPOINT_H
|
||||
#define FINDCDBBREAKPOINT_H
|
||||
|
||||
#include <CPlusPlusForwardDeclarations.h>
|
||||
#include <ASTVisitor.h>
|
||||
@@ -98,4 +98,4 @@ private:
|
||||
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_FINDBREAKPOINT_H
|
||||
#endif // FINDCDBBREAKPOINT_H
|
||||
|
||||
Reference in New Issue
Block a user