From 446425f89871aa7849c5615e6b695ebd10c9b34a Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Sun, 30 Jan 2022 11:24:36 +0000 Subject: [PATCH] Apply clang-tidy fixes for llvm-include-order in AttrOrTypeFormatGen.cpp (NFC) --- mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp b/mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp index 1a1f6b997613..2ac5df7be39e 100644 --- a/mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp +++ b/mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp @@ -14,8 +14,8 @@ #include "mlir/TableGen/Format.h" #include "mlir/TableGen/GenInfo.h" #include "llvm/ADT/BitVector.h" -#include "llvm/ADT/StringSwitch.h" #include "llvm/ADT/StringExtras.h" +#include "llvm/ADT/StringSwitch.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/SourceMgr.h" #include "llvm/TableGen/Error.h"