Skip to content

Commit bdb8a58

Browse files
Remove unused <memory> inclusion
1 parent 9f58165 commit bdb8a58

File tree

31 files changed

+1
-34
lines changed

31 files changed

+1
-34
lines changed

llvm/include/llvm/ADT/ArrayRef.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010
#define LLVM_ADT_ARRAYREF_H
1111

1212
#include "llvm/ADT/Hashing.h"
13-
#include "llvm/ADT/SmallVector.h"
1413
#include "llvm/ADT/STLExtras.h"
14+
#include "llvm/ADT/SmallVector.h"
1515
#include "llvm/Support/Compiler.h"
1616
#include <algorithm>
1717
#include <array>
1818
#include <cassert>
1919
#include <cstddef>
2020
#include <initializer_list>
2121
#include <iterator>
22-
#include <memory>
2322
#include <type_traits>
2423
#include <vector>
2524

llvm/include/llvm/ADT/FunctionExtras.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#include "llvm/Support/MemAlloc.h"
4040
#include "llvm/Support/type_traits.h"
4141
#include <cstring>
42-
#include <memory>
4342
#include <type_traits>
4443

4544
namespace llvm {

llvm/include/llvm/Analysis/TensorSpec.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "llvm/ADT/StringMap.h"
1616
#include "llvm/IR/LLVMContext.h"
1717

18-
#include <memory>
1918
#include <optional>
2019
#include <vector>
2120

llvm/include/llvm/CodeGen/MachineDominators.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "llvm/Support/Compiler.h"
2525
#include "llvm/Support/GenericDomTree.h"
2626
#include <cassert>
27-
#include <memory>
2827
#include <optional>
2928

3029
namespace llvm {

llvm/include/llvm/DebugInfo/DWARF/LowLevel/DWARFCFIProgram.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "llvm/Support/Compiler.h"
1818
#include "llvm/Support/Error.h"
1919
#include "llvm/TargetParser/Triple.h"
20-
#include <memory>
2120
#include <vector>
2221

2322
namespace llvm {

llvm/include/llvm/MCA/Instruction.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#include "llvm/Support/raw_ostream.h"
2727
#endif
2828

29-
#include <memory>
30-
3129
namespace llvm {
3230

3331
namespace mca {

llvm/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "llvm/Support/Error.h"
2222
#include "llvm/Support/YAMLTraits.h"
2323
#include <cstdint>
24-
#include <memory>
2524
#include <vector>
2625

2726
namespace llvm {

llvm/include/llvm/Support/Jobserver.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
#define LLVM_SUPPORT_JOBSERVER_H
6868

6969
#include "llvm/ADT/StringRef.h"
70-
#include <memory>
7170

7271
namespace llvm {
7372

llvm/include/llvm/Support/LSP/Logging.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
#include "llvm/Support/Debug.h"
1313
#include "llvm/Support/FormatVariadic.h"
14-
#include <memory>
1514
#include <mutex>
1615

1716
namespace llvm {

llvm/include/llvm/Support/ThreadPool.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include <condition_variable>
2828
#include <deque>
2929
#include <functional>
30-
#include <memory>
3130
#include <mutex>
3231
#include <utility>
3332

0 commit comments

Comments
 (0)