Skip to content

Commit fe3ab99

Browse files
committed
remove unsused headers
1 parent 6d47e3f commit fe3ab99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@
1515
#include "mlir/Dialect/Vector/IR/VectorOps.h"
1616
#include "mlir/Dialect/Vector/Transforms/VectorDistribution.h"
1717
#include "mlir/IR/AffineExpr.h"
18-
#include "mlir/IR/Value.h"
1918
#include "mlir/Interfaces/SideEffectInterfaces.h"
2019
#include "mlir/Transforms/RegionUtils.h"
21-
#include "llvm/ADT/STLExtras.h"
2220
#include "llvm/ADT/SetVector.h"
2321
#include "llvm/Support/FormatVariadic.h"
24-
#include "llvm/Support/raw_ostream.h"
2522
#include <utility>
2623

2724
using namespace mlir;

0 commit comments

Comments
 (0)