[llvm] fe0d629 - [TableGen] Remove unnecessary includes (NFC)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 3 22:05:50 PST 2023
Author: Kazu Hirata
Date: 2023-12-03T22:05:44-08:00
New Revision: fe0d629c1ebb175fc224fb016757e9a979a6c1e4
URL: https://github.com/llvm/llvm-project/commit/fe0d629c1ebb175fc224fb016757e9a979a6c1e4
DIFF: https://github.com/llvm/llvm-project/commit/fe0d629c1ebb175fc224fb016757e9a979a6c1e4.diff
LOG: [TableGen] Remove unnecessary includes (NFC)
Identified with clangd.
Added:
Modified:
llvm/include/llvm/TableGen/Parser.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/TableGen/Parser.h b/llvm/include/llvm/TableGen/Parser.h
index 5a1a38d9a1465..d4130412d9560 100644
--- a/llvm/include/llvm/TableGen/Parser.h
+++ b/llvm/include/llvm/TableGen/Parser.h
@@ -13,9 +13,6 @@
#ifndef LLVM_TABLEGEN_PARSER_H
#define LLVM_TABLEGEN_PARSER_H
-#include "llvm/ADT/STLExtras.h"
-#include <vector>
-
namespace llvm {
class RecordKeeper;
class SourceMgr;
More information about the llvm-commits
mailing list