Skip to content

Commit 96cd369

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 96cd369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

16+
#include "mlir/IR/Types.h" // NOLINT
1617
#include "mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h.inc"
17-
#include "mlir/IR/Types.h"
1818

1919
#endif // MLIR_DIALECT_BUFFERIZATION_IR_BUFFERIZATIONTYPEINTERFACES_H_

0 commit comments

Comments
 (0)