Skip to content

Commit 197a73f

Browse files
committed
Apply clang-tidy fixes for llvm-include-order in Fusion.cpp (NFC)
1 parent 46ce993 commit 197a73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
#include "llvm/Support/CommandLine.h"
3030
#include "llvm/Support/Debug.h"
3131

32-
#include <set>
3332
#include <optional>
33+
#include <set>
3434

3535
#define DEBUG_TYPE "linalg-fusion"
3636

0 commit comments

Comments
 (0)