Skip to content

Commit fe0d629

Browse files
[TableGen] Remove unnecessary includes (NFC)
Identified with clangd.
1 parent 0031efe commit fe0d629

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/TableGen/Parser.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
#ifndef LLVM_TABLEGEN_PARSER_H
1414
#define LLVM_TABLEGEN_PARSER_H
1515

16-
#include "llvm/ADT/STLExtras.h"
17-
#include <vector>
18-
1916
namespace llvm {
2017
class RecordKeeper;
2118
class SourceMgr;

0 commit comments

Comments
 (0)