Commit dc81dfa0 authored by Mehdi Amini's avatar Mehdi Amini
Browse files

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

parent b1d682e0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -6,13 +6,23 @@
//
//===----------------------------------------------------------------------===//

#include <cstdint>
#include <optional>
#include <pybind11/cast.h>
#include <pybind11/detail/common.h>
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include <string>
#include <utility>
#include <vector>

#include "IRModule.h"
#include "mlir-c/BuiltinAttributes.h"
#include "mlir-c/IR.h"
#include "mlir-c/Interfaces.h"
#include "mlir-c/Support.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"

namespace py = pybind11;