forked from OSchip/llvm-project
[CodeGen] Fix included headers.
Remove the included Parse header because CodeGen should not depend on Parse. Instead, include the Lex headers that it needs instead. llvm-svn: 347727
This commit is contained in:
parent
8e0e80fc9f
commit
994b8bef4d
|
@ -14,7 +14,8 @@
|
|||
#include "MacroPPCallbacks.h"
|
||||
#include "CGDebugInfo.h"
|
||||
#include "clang/CodeGen/ModuleBuilder.h"
|
||||
#include "clang/Parse/Parser.h"
|
||||
#include "clang/Lex/MacroInfo.h"
|
||||
#include "clang/Lex/Preprocessor.h"
|
||||
|
||||
using namespace clang;
|
||||
|
||||
|
|
Loading…
Reference in New Issue