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:
Friedemann Kleint
2013-03-15 12:42:27 +01:00
parent d535fddae3
commit 0fcbbbd4ee
4 changed files with 12 additions and 12 deletions

View File

@@ -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