Apply clang-tidy fixes for llvm-include-order in AttrOrTypeFormatGen.cpp (NFC)

This commit is contained in:
Mehdi Amini 2022-01-30 11:24:36 +00:00
parent bb31503989
commit 446425f898
1 changed files with 1 additions and 1 deletions

View File

@ -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"