diff options
author | Roberto Raggi <[email protected]> | 2008-12-22 14:10:47 +0100 |
---|---|---|
committer | Roberto Raggi <[email protected]> | 2008-12-22 14:10:47 +0100 |
commit | 0422bcbbd599cafe87735087804a434b78e353ff (patch) | |
tree | 51056c498b7909be18eb64058876c23226d3cfb3 /src/libs/cplusplus/pp.h | |
parent | e325aa38d91c9d11b9645004e786924c49e2b325 (diff) |
Some more clean up in the preprocessor.
Diffstat (limited to 'src/libs/cplusplus/pp.h')
-rw-r--r-- | src/libs/cplusplus/pp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/cplusplus/pp.h b/src/libs/cplusplus/pp.h index 2cf40eed096..96c81867163 100644 --- a/src/libs/cplusplus/pp.h +++ b/src/libs/cplusplus/pp.h @@ -53,11 +53,11 @@ #ifndef CPLUSPLUS_PREPROCESSOR_H #define CPLUSPLUS_PREPROCESSOR_H -#include "pp-macro.h" -#include "pp-environment.h" +#include "Macro.h" +#include "PreprocessorClient.h" +#include "PreprocessorEnvironment.h" #include "pp-scanner.h" #include "pp-macro-expander.h" #include "pp-engine.h" -#include "pp-client.h" #endif // CPLUSPLUS_PREPROCESSOR_H |