We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed53ff4 commit abe0d85Copy full SHA for abe0d85
llvm/lib/Bitcode/Reader/MetadataLoader.cpp
@@ -17,7 +17,6 @@
17
#include "llvm/ADT/None.h"
18
#include "llvm/ADT/STLExtras.h"
19
#include "llvm/ADT/SmallString.h"
20
-#include "llvm/ADT/SmallVector.h"
21
#include "llvm/ADT/Statistic.h"
22
#include "llvm/ADT/StringRef.h"
23
#include "llvm/ADT/Twine.h"
@@ -63,7 +62,6 @@
63
62
#include "llvm/Support/CommandLine.h"
64
#include "llvm/Support/Compiler.h"
65
#include "llvm/Support/Debug.h"
66
-#include "llvm/Support/Error.h"
67
#include "llvm/Support/ErrorHandling.h"
68
#include "llvm/Support/ManagedStatic.h"
69
#include "llvm/Support/MemoryBuffer.h"
@@ -75,7 +73,6 @@
75
73
#include <deque>
76
74
#include <limits>
77
#include <map>
78
-#include <memory>
79
#include <string>
80
#include <system_error>
81
#include <tuple>
0 commit comments