Skip to content

Commit d99d258

Browse files
committed
Apply clang-tidy fixes for llvm-include-order in InferIntRangeInterface.cpp (NFC)
1 parent bf4480d commit d99d258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Interfaces/InferIntRangeInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
#include "mlir/Interfaces/InferIntRangeInterface.h"
1010
#include "mlir/IR/BuiltinTypes.h"
11-
#include <optional>
1211
#include "mlir/Interfaces/InferIntRangeInterface.cpp.inc"
12+
#include <optional>
1313

1414
using namespace mlir;
1515

0 commit comments

Comments
 (0)