From 0fcbbbd4eead56421e1af061c614d915363dee7a Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 15 Mar 2013 12:42:27 +0100 Subject: [PATCH] Fix Krazy warnings about improper include guard in CPP. Change-Id: I89dba400e19b7b480a6383e0a58b84ac28c2089e Reviewed-by: Erik Verbruggen --- src/libs/cplusplus/CppRewriter.h | 6 +++--- src/libs/cplusplus/PreprocessorClient.h | 6 +++--- src/libs/cplusplus/PreprocessorEnvironment.h | 6 +++--- src/libs/cplusplus/findcdbbreakpoint.h | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/libs/cplusplus/CppRewriter.h b/src/libs/cplusplus/CppRewriter.h index 94d070a48e1..d7a98adfc3f 100644 --- a/src/libs/cplusplus/CppRewriter.h +++ b/src/libs/cplusplus/CppRewriter.h @@ -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 diff --git a/src/libs/cplusplus/PreprocessorClient.h b/src/libs/cplusplus/PreprocessorClient.h index 70ce0298968..ae04fd47af9 100644 --- a/src/libs/cplusplus/PreprocessorClient.h +++ b/src/libs/cplusplus/PreprocessorClient.h @@ -27,8 +27,8 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_PP_CLIENT_H -#define CPLUSPLUS_PP_CLIENT_H +#ifndef PREPROCESSORCLIENT_H +#define PREPROCESSORCLIENT_H #include #include @@ -102,4 +102,4 @@ public: } // namespace CPlusPlus -#endif // CPLUSPLUS_PP_CLIENT_H +#endif // PREPROCESSORCLIENT_H diff --git a/src/libs/cplusplus/PreprocessorEnvironment.h b/src/libs/cplusplus/PreprocessorEnvironment.h index 2b2fac0b1de..90be60f004f 100644 --- a/src/libs/cplusplus/PreprocessorEnvironment.h +++ b/src/libs/cplusplus/PreprocessorEnvironment.h @@ -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 diff --git a/src/libs/cplusplus/findcdbbreakpoint.h b/src/libs/cplusplus/findcdbbreakpoint.h index f825d740f0c..f4327c2b8b0 100644 --- a/src/libs/cplusplus/findcdbbreakpoint.h +++ b/src/libs/cplusplus/findcdbbreakpoint.h @@ -27,8 +27,8 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_FINDBREAKPOINT_H -#define CPLUSPLUS_FINDBREAKPOINT_H +#ifndef FINDCDBBREAKPOINT_H +#define FINDCDBBREAKPOINT_H #include #include @@ -98,4 +98,4 @@ private: } // namespace CPlusPlus -#endif // CPLUSPLUS_FINDBREAKPOINT_H +#endif // FINDCDBBREAKPOINT_H