Skip to content

Commit 9483aaa

Browse files
authored
[bazel] Fix bazel build after 00eaff3 #2. (#135962)
The linter messed up the order of includes, which is necessary as is.
1 parent de90487 commit 9483aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/include/mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
// Bufferization Type Interfaces
1414
//===----------------------------------------------------------------------===//
1515

16-
#include "mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h.inc"
1716
#include "mlir/IR/Types.h"
1817

18+
#include "mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h.inc"
19+
1920
#endif // MLIR_DIALECT_BUFFERIZATION_IR_BUFFERIZATIONTYPEINTERFACES_H_

0 commit comments

Comments
 (0)