Skip to content

Commit ec81a8e

Browse files
committed
Undo IWYU.
1 parent 2fac90d commit ec81a8e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mlir/lib/Bytecode/Reader/BytecodeReader.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
#include "mlir/Bytecode/BytecodeImplementation.h"
1212
#include "mlir/Bytecode/BytecodeOpInterface.h"
1313
#include "mlir/Bytecode/Encoding.h"
14-
#include "mlir/IR/AsmState.h"
1514
#include "mlir/IR/BuiltinOps.h"
1615
#include "mlir/IR/Diagnostics.h"
17-
#include "mlir/IR/Dialect.h"
1816
#include "mlir/IR/OpImplementation.h"
1917
#include "mlir/IR/Verifier.h"
2018
#include "mlir/IR/Visitors.h"
@@ -25,19 +23,14 @@
2523
#include "llvm/ADT/StringExtras.h"
2624
#include "llvm/ADT/StringRef.h"
2725
#include "llvm/Support/Endian.h"
28-
#include "llvm/Support/ErrorHandling.h"
2926
#include "llvm/Support/MemoryBufferRef.h"
3027
#include "llvm/Support/SourceMgr.h"
3128

32-
#include <cassert>
3329
#include <cstddef>
34-
#include <cstdint>
35-
#include <cstring>
3630
#include <list>
3731
#include <memory>
3832
#include <numeric>
3933
#include <optional>
40-
#include <string>
4134

4235
#define DEBUG_TYPE "mlir-bytecode-reader"
4336

0 commit comments

Comments
 (0)