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_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
|
||||
|
||||
Reference in New Issue
Block a user