diff options
author | Francois Pichet <pichet2000@gmail.com> | 2011-06-20 06:11:46 +0000 |
---|---|---|
committer | Francois Pichet <pichet2000@gmail.com> | 2011-06-20 06:11:46 +0000 |
commit | 6af966266235cae3287d50f1a10072bc48759ba0 (patch) | |
tree | eee8fde8a3912c25422482568465eaa8cd418b43 /lib/CodeGen | |
parent | 45ee1532ca3a8c6146fd9d396b795c35edb4d3dc (diff) |
Remove more unnecessary #include <llvm/ADT/SmallVector.h>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/CGBlocks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGBlocks.h b/lib/CodeGen/CGBlocks.h index 35d61cfdd4..4d8dead2be 100644 --- a/lib/CodeGen/CGBlocks.h +++ b/lib/CodeGen/CGBlocks.h @@ -17,7 +17,6 @@ #include "CodeGenTypes.h" #include "clang/AST/Type.h" #include "llvm/Module.h" -#include "llvm/ADT/SmallVector.h" #include "clang/Basic/TargetInfo.h" #include "clang/AST/CharUnits.h" #include "clang/AST/Expr.h" |