aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-12-08 22:32:43 -0800
committerKazu Hirata <kazu@google.com>2023-12-08 22:32:43 -0800
commit9e3b1f7cfc1522b7a4863a25a3c6ec8d93c227e1 (patch)
treecdd84d548cc401a48c27f35546a14b6bfeeb7033
parentab20f23e7e65c7b19469e7d6e438ea14e22b9fff (diff)
downloadllvm-9e3b1f7cfc1522b7a4863a25a3c6ec8d93c227e1.zip
llvm-9e3b1f7cfc1522b7a4863a25a3c6ec8d93c227e1.tar.gz
llvm-9e3b1f7cfc1522b7a4863a25a3c6ec8d93c227e1.tar.bz2
[Bitcode] Remove an unnecessary include (NFC)
-rw-r--r--llvm/lib/Bitcode/Reader/ValueList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/ValueList.cpp b/llvm/lib/Bitcode/Reader/ValueList.cpp
index b9dbf90..f5568a9 100644
--- a/llvm/lib/Bitcode/Reader/ValueList.cpp
+++ b/llvm/lib/Bitcode/Reader/ValueList.cpp
@@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
#include "ValueList.h"
-#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/Argument.h"
#include "llvm/IR/Constant.h"
#include "llvm/IR/Constants.h"