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_PP_CLIENT_H
|
||||
#define CPLUSPLUS_PP_CLIENT_H
|
||||
#ifndef PREPROCESSORCLIENT_H
|
||||
#define PREPROCESSORCLIENT_H
|
||||
|
||||
#include <CPlusPlusForwardDeclarations.h>
|
||||
#include <QVector>
|
||||
@@ -102,4 +102,4 @@ public:
|
||||
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_PP_CLIENT_H
|
||||
#endif // PREPROCESSORCLIENT_H
|
||||
|
||||
Reference in New Issue
Block a user