Skip to content

Commit 09147b4

Browse files
authored
[mlir][nfc] Cleanup some unused headers (#136738)
1 parent d6a68be commit 09147b4

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

Diff for: mlir/include/mlir/Analysis/SliceAnalysis.h

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#define MLIR_ANALYSIS_SLICEANALYSIS_H_
1111

1212
#include <functional>
13-
#include <vector>
1413

1514
#include "mlir/Support/LLVM.h"
1615

Diff for: mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "mlir/Support/LLVM.h"
1616
#include "llvm/ADT/StringRef.h"
1717
#include <functional>
18-
#include <vector>
1918

2019
namespace llvm {
2120
class LLVMContext;

Diff for: mlir/include/mlir/ExecutionEngine/SparseTensor/MapRef.h

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <cinttypes>
1717

1818
#include <cassert>
19-
#include <vector>
2019

2120
namespace mlir {
2221
namespace sparse_tensor {

Diff for: mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
#include <cinttypes>
2222
#include <complex>
23-
#include <vector>
2423

2524
using namespace mlir::sparse_tensor;
2625

Diff for: mlir/include/mlir/Pass/PassManager.h

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
#include <functional>
2020
#include <optional>
21-
#include <vector>
2221

2322
namespace mlir {
2423
class AnalysisManager;

Diff for: mlir/include/mlir/Reducer/Tester.h

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#ifndef MLIR_REDUCER_TESTER_H
1818
#define MLIR_REDUCER_TESTER_H
1919

20-
#include <vector>
21-
2220
#include "mlir/IR/BuiltinOps.h"
2321
#include "llvm/ADT/SmallString.h"
2422
#include "llvm/Support/Error.h"

0 commit comments

Comments
 (0)