Skip to content

Commit 446425f

Browse files
committed
Apply clang-tidy fixes for llvm-include-order in AttrOrTypeFormatGen.cpp (NFC)
1 parent bb31503 commit 446425f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include "mlir/TableGen/Format.h"
1515
#include "mlir/TableGen/GenInfo.h"
1616
#include "llvm/ADT/BitVector.h"
17-
#include "llvm/ADT/StringSwitch.h"
1817
#include "llvm/ADT/StringExtras.h"
18+
#include "llvm/ADT/StringSwitch.h"
1919
#include "llvm/Support/MemoryBuffer.h"
2020
#include "llvm/Support/SourceMgr.h"
2121
#include "llvm/TableGen/Error.h"

0 commit comments

Comments
 (0)