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

View File

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

View File

@@ -46,8 +46,8 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef CPLUSPLUS_PP_ENVIRONMENT_H
#define CPLUSPLUS_PP_ENVIRONMENT_H
#ifndef PREPROCESSORENVIRONMENT_H
#define PREPROCESSORENVIRONMENT_H
#include "CPlusPlusForwardDeclarations.h"
#include "PPToken.h"
@@ -106,4 +106,4 @@ private:
} // namespace CPlusPlus
#endif // CPLUSPLUS_PP_ENVIRONMENT_H
#endif // PREPROCESSORENVIRONMENT_H

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