forked from OSchip/llvm-project
Fixed broken includes introduced by recent (incomplete) patch to
TranslationUnit. llvm-svn: 45177
This commit is contained in:
parent
afb98f9c09
commit
25dbd71a4c
|
@ -10,8 +10,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "TranslationUnit.h"
|
||||
#include "clang.h"
|
||||
#include "clang/AST/TranslationUnit.h"
|
||||
|
||||
#include "clang/Basic/TargetInfo.h"
|
||||
#include "clang/Basic/SourceManager.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "clang/AST/CFG.h"
|
||||
#include "clang.h"
|
||||
#include "ASTConsumers.h"
|
||||
#include "TranslationUnit.h"
|
||||
#include "clang/AST/TranslationUnit.h"
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include "llvm/ADT/scoped_ptr.h"
|
||||
#include "llvm/Support/Streams.h"
|
||||
|
|
Loading…
Reference in New Issue