diff options
author | Roberto Raggi <qtc-committer@nokia.com> | 2008-12-22 11:40:53 +0100 |
---|---|---|
committer | Roberto Raggi <qtc-committer@nokia.com> | 2008-12-22 11:40:53 +0100 |
commit | 753ddb7ce076a12df07b2f800fe785cf659277df (patch) | |
tree | 74797fcd46919bed253d9fbbc85c67be18702d51 /src/libs/cplusplus/pp-client.h | |
parent | d8336257cb1da778ab74f1edce68f855dd862242 (diff) | |
download | qt-creator-753ddb7ce076a12df07b2f800fe785cf659277df.tar.gz |
Some cleanup in the C++ preprocessor.
Introduced pp-scanner.cpp, renamed `pp' to `Preprocessor' and removed useless #includes.
Diffstat (limited to 'src/libs/cplusplus/pp-client.h')
-rw-r--r-- | src/libs/cplusplus/pp-client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/cplusplus/pp-client.h b/src/libs/cplusplus/pp-client.h index e866be4aa8..d7dd49b18b 100644 --- a/src/libs/cplusplus/pp-client.h +++ b/src/libs/cplusplus/pp-client.h @@ -31,8 +31,8 @@ ** ***************************************************************************/ -#ifndef PP_CLIENT_H -#define PP_CLIENT_H +#ifndef CPLUSPLUS_PP_CLIENT_H +#define CPLUSPLUS_PP_CLIENT_H #include <CPlusPlusForwardDeclarations.h> @@ -79,4 +79,4 @@ public: } // namespace CPlusPlus -#endif // PP_CLIENT_H +#endif // CPLUSPLUS_PP_CLIENT_H |