Apply clang-tidy fixes for misc-include-cleaner in Dialect.cpp (NFC)

This commit is contained in:
Mehdi Amini
2023-10-20 00:33:56 -07:00
parent 2f20e0ee73
commit cd71a2c5fa

View File

@@ -13,10 +13,22 @@
#include "toy/Dialect.h"
#include "mlir/IR/Attributes.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/OpImplementation.h"
#include "mlir/IR/Operation.h"
#include "mlir/IR/OperationSupport.h"
#include "mlir/IR/Value.h"
#include "mlir/Interfaces/FunctionImplementation.h"
#include "mlir/Support/LLVM.h"
#include "mlir/Support/LogicalResult.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Casting.h"
#include <algorithm>
#include <string>
using namespace mlir;
using namespace mlir::toy;