Some more clean up in the preprocessor.

This commit is contained in:
Roberto Raggi
2008-12-22 14:10:47 +01:00
parent e325aa38d9
commit 0422bcbbd5
11 changed files with 164 additions and 64 deletions

View File

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