Skip to content

Commit 2545cac

Browse files
committed
Apply clang-tidy fixes for llvm-include-order in Parser.cpp (NFC)
1 parent 820e438 commit 2545cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Tools/PDLL/Parser/Parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
#include "llvm/Support/ScopedPrinter.h"
3232
#include "llvm/TableGen/Error.h"
3333
#include "llvm/TableGen/Parser.h"
34-
#include <string>
3534
#include <optional>
35+
#include <string>
3636

3737
using namespace mlir;
3838
using namespace mlir::pdll;

0 commit comments

Comments
 (0)