forked from OSchip/llvm-project
Apply clang-tidy fixes for llvm-include-order in AttrOrTypeFormatGen.cpp (NFC)
This commit is contained in:
parent
bb31503989
commit
446425f898
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue