Skip to content

Commit a5a9086

Browse files
committed
Apply clang-tidy fixes for misc-include-cleaner in DataFlowFramework.cpp (NFC)
1 parent 4ac3042 commit a5a9086

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mlir/lib/Analysis/DataFlowFramework.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "mlir/Analysis/DataFlowFramework.h"
10+
#include "mlir/IR/Location.h"
11+
#include "mlir/IR/Operation.h"
12+
#include "mlir/IR/Value.h"
13+
#include "mlir/Support/LogicalResult.h"
14+
#include "llvm/ADT/iterator.h"
15+
#include "llvm/Config/abi-breaking.h"
16+
#include "llvm/Support/Casting.h"
1017
#include "llvm/Support/Debug.h"
18+
#include "llvm/Support/raw_ostream.h"
1119

1220
#define DEBUG_TYPE "dataflow"
1321
#if LLVM_ENABLE_ABI_BREAKING_CHECKS

0 commit comments

Comments
 (0)