mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 08:06:40 +00:00
[mlir][linalg] Remove unused #includes. NFC.
This commit is contained in:
parent
d18ca43edc
commit
34c544e1cc
@ -15,9 +15,7 @@
|
||||
#include "mlir/Dialect/Linalg/IR/Linalg.h"
|
||||
#include "mlir/Dialect/Linalg/Utils/Utils.h"
|
||||
#include "mlir/Dialect/Tensor/IR/Tensor.h"
|
||||
#include "mlir/Dialect/Tosa/Utils/ConversionUtils.h"
|
||||
#include "mlir/Dialect/Utils/StaticValueUtils.h"
|
||||
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
|
||||
namespace mlir {
|
||||
|
@ -1032,9 +1032,9 @@ cc_library(
|
||||
":CAPIAsyncHeaders",
|
||||
":CAPIDebugHeaders",
|
||||
":CAPIIRHeaders",
|
||||
":config",
|
||||
":MLIRBindingsPythonHeaders",
|
||||
":Support",
|
||||
":config",
|
||||
"//llvm:Support",
|
||||
"@local_config_python//:python_headers",
|
||||
"@pybind11",
|
||||
@ -11350,7 +11350,6 @@ cc_library(
|
||||
":TensorTransforms",
|
||||
":TensorUtils",
|
||||
":TilingInterface",
|
||||
":TosaDialect",
|
||||
":TransformUtils",
|
||||
":ValueBoundsOpInterface",
|
||||
":VectorDialect",
|
||||
|
Loading…
x
Reference in New Issue
Block a user