From 753ddb7ce076a12df07b2f800fe785cf659277df Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Mon, 22 Dec 2008 11:40:53 +0100 Subject: Some cleanup in the C++ preprocessor. Introduced pp-scanner.cpp, renamed `pp' to `Preprocessor' and removed useless #includes. --- src/libs/cplusplus/pp-client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/cplusplus/pp-client.h') 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 @@ -79,4 +79,4 @@ public: } // namespace CPlusPlus -#endif // PP_CLIENT_H +#endif // CPLUSPLUS_PP_CLIENT_H -- cgit v1.2.1