Skip to content

Commit 9b378cb

Browse files
committed
[bazel] Fix bazel build after 00eaff3 #2.
The linter messed up the order of includes, which is necessary as is.
1 parent af28c9c commit 9b378cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

16-
#include "mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h.inc"
16+
// clang-format: off
1717
#include "mlir/IR/Types.h"
18+
// clang-format: on
19+
#include "mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h.inc"
1820

1921
#endif // MLIR_DIALECT_BUFFERIZATION_IR_BUFFERIZATIONTYPEINTERFACES_H_

0 commit comments

Comments
 (0)