Remove more unnecessary #include <llvm/ADT/SmallVector.h>

llvm-svn: 133418
This commit is contained in:
Francois Pichet 2011-06-20 06:11:46 +00:00
parent b755e4935c
commit 1b8d5ddafb
5 changed files with 0 additions and 5 deletions

View File

@ -19,7 +19,6 @@
#include "clang/AST/Decl.h" #include "clang/AST/Decl.h"
#include "clang/AST/TypeLoc.h" #include "clang/AST/TypeLoc.h"
#include "clang/AST/UnresolvedSet.h" #include "clang/AST/UnresolvedSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/SmallPtrSet.h" #include "llvm/ADT/SmallPtrSet.h"
namespace clang { namespace clang {

View File

@ -14,7 +14,6 @@
#include "clang/Driver/Util.h" #include "clang/Driver/Util.h"
#include "llvm/ADT/DenseMap.h" #include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
namespace llvm { namespace llvm {
class raw_ostream; class raw_ostream;

View File

@ -18,7 +18,6 @@
#include "clang/Basic/Diagnostic.h" #include "clang/Basic/Diagnostic.h"
#include "clang/Basic/SourceLocation.h" #include "clang/Basic/SourceLocation.h"
#include "clang/Rewrite/Rewriter.h" #include "clang/Rewrite/Rewriter.h"
#include "llvm/ADT/SmallVector.h"
namespace llvm { class raw_ostream; } namespace llvm { class raw_ostream; }

View File

@ -17,7 +17,6 @@
#include "CodeGenTypes.h" #include "CodeGenTypes.h"
#include "clang/AST/Type.h" #include "clang/AST/Type.h"
#include "llvm/Module.h" #include "llvm/Module.h"
#include "llvm/ADT/SmallVector.h"
#include "clang/Basic/TargetInfo.h" #include "clang/Basic/TargetInfo.h"
#include "clang/AST/CharUnits.h" #include "clang/AST/CharUnits.h"
#include "clang/AST/Expr.h" #include "clang/AST/Expr.h"

View File

@ -16,7 +16,6 @@
#define LLVM_CLANG_SEMA_TYPELOCBUILDER_H #define LLVM_CLANG_SEMA_TYPELOCBUILDER_H
#include "clang/AST/TypeLoc.h" #include "clang/AST/TypeLoc.h"
#include "llvm/ADT/SmallVector.h"
#include "clang/AST/ASTContext.h" #include "clang/AST/ASTContext.h"
namespace clang { namespace clang {