Skip to content

[mlir][nfc] Cleanup some unused headers #136738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion mlir/include/mlir/Analysis/SliceAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#define MLIR_ANALYSIS_SLICEANALYSIS_H_

#include <functional>
#include <vector>

#include "mlir/Support/LLVM.h"

Expand Down
1 change: 0 additions & 1 deletion mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/StringRef.h"
#include <functional>
#include <vector>

namespace llvm {
class LLVMContext;
Expand Down
1 change: 0 additions & 1 deletion mlir/include/mlir/ExecutionEngine/SparseTensor/MapRef.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <cinttypes>

#include <cassert>
#include <vector>

namespace mlir {
namespace sparse_tensor {
Expand Down
1 change: 0 additions & 1 deletion mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include <cinttypes>
#include <complex>
#include <vector>

using namespace mlir::sparse_tensor;

Expand Down
1 change: 0 additions & 1 deletion mlir/include/mlir/Pass/PassManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <functional>
#include <optional>
#include <vector>

namespace mlir {
class AnalysisManager;
Expand Down
2 changes: 0 additions & 2 deletions mlir/include/mlir/Reducer/Tester.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#ifndef MLIR_REDUCER_TESTER_H
#define MLIR_REDUCER_TESTER_H

#include <vector>

#include "mlir/IR/BuiltinOps.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/Error.h"
Expand Down
Loading