Fixed broken includes introduced by recent (incomplete) patch to

TranslationUnit.

llvm-svn: 45177
This commit is contained in:
Ted Kremenek 2007-12-18 21:36:21 +00:00
parent afb98f9c09
commit 25dbd71a4c
2 changed files with 2 additions and 3 deletions

View File

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

View File

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