Skip to content

Commit abe0d85

Browse files
committed
MetadataLoader.cpp - remove unnecessary StringRef include. NFCI.
Already included in MetadataLoader.h
1 parent ed53ff4 commit abe0d85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Bitcode/Reader/MetadataLoader.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "llvm/ADT/None.h"
1818
#include "llvm/ADT/STLExtras.h"
1919
#include "llvm/ADT/SmallString.h"
20-
#include "llvm/ADT/SmallVector.h"
2120
#include "llvm/ADT/Statistic.h"
2221
#include "llvm/ADT/StringRef.h"
2322
#include "llvm/ADT/Twine.h"
@@ -63,7 +62,6 @@
6362
#include "llvm/Support/CommandLine.h"
6463
#include "llvm/Support/Compiler.h"
6564
#include "llvm/Support/Debug.h"
66-
#include "llvm/Support/Error.h"
6765
#include "llvm/Support/ErrorHandling.h"
6866
#include "llvm/Support/ManagedStatic.h"
6967
#include "llvm/Support/MemoryBuffer.h"
@@ -75,7 +73,6 @@
7573
#include <deque>
7674
#include <limits>
7775
#include <map>
78-
#include <memory>
7976
#include <string>
8077
#include <system_error>
8178
#include <tuple>

0 commit comments

Comments
 (0)