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_REWRITER_H
#define CPLUSPLUS_REWRITER_H
#ifndef CPPREWRITER_H
#define CPPREWRITER_H
#include "CppDocument.h"
#include "LookupContext.h"
@@ -120,4 +120,4 @@ CPLUSPLUS_EXPORT QString simplifySTLType(const QString &typeIn);
} // namespace CPlusPlus
#endif
#endif // CPPREWRITER_H