Skip to content

Commit 1041e8b

Browse files
committed
MILexer.h/cpp - remove unused includes. NFC.
Remove duplicates in MILexer.cpp that are already included in MILexer.h.
1 parent 5f88f39 commit 1041e8b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

llvm/lib/CodeGen/MIRParser/MILexer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#include "MILexer.h"
14-
#include "llvm/ADT/APSInt.h"
1514
#include "llvm/ADT/None.h"
16-
#include "llvm/ADT/STLExtras.h"
1715
#include "llvm/ADT/StringExtras.h"
1816
#include "llvm/ADT/StringSwitch.h"
19-
#include "llvm/ADT/StringRef.h"
2017
#include "llvm/ADT/Twine.h"
2118
#include <algorithm>
2219
#include <cassert>

llvm/lib/CodeGen/MIRParser/MILexer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#define LLVM_LIB_CODEGEN_MIRPARSER_MILEXER_H
1616

1717
#include "llvm/ADT/APSInt.h"
18-
#include "llvm/ADT/STLExtras.h"
1918
#include "llvm/ADT/StringRef.h"
2019
#include <string>
2120

0 commit comments

Comments
 (0)