aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-12-07 21:03:54 -0800
committerKazu Hirata <kazu@google.com>2023-12-07 21:03:55 -0800
commitdc1f2083466023bbd0477528fee6b534e6c1489f (patch)
treee7e9ee59b3d79623e01e68b5726fdc5f75d7c028 /llvm/lib
parent5fc76e6b6da7986574596134d83872b460c332cc (diff)
downloadllvm-dc1f2083466023bbd0477528fee6b534e6c1489f.zip
llvm-dc1f2083466023bbd0477528fee6b534e6c1489f.tar.gz
llvm-dc1f2083466023bbd0477528fee6b534e6c1489f.tar.bz2
[TableGen] Remove unnecessary includes (NFC)
Identified with clangd.
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/TableGen/JSONBackend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/TableGen/JSONBackend.cpp b/llvm/lib/TableGen/JSONBackend.cpp
index a9dc30d..2a3f522 100644
--- a/llvm/lib/TableGen/JSONBackend.cpp
+++ b/llvm/lib/TableGen/JSONBackend.cpp
@@ -11,7 +11,6 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"