Skip to content

Commit 6f24142

Browse files
committed
Apply clang-tidy fixes for llvm-include-order in Timing.cpp (NFC)
1 parent e8d09a5 commit 6f24142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Support/Timing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#include "llvm/Support/raw_ostream.h"
2727

2828
#include <atomic>
29-
#include <optional>
3029
#include <chrono>
30+
#include <optional>
3131

3232
using namespace mlir;
3333
using namespace detail;

0 commit comments

Comments
 (0)