Drop iostream include, which is forbidden in LLVM

This commit is contained in:
Benjamin Kramer 2022-03-05 19:31:44 +01:00
parent 52915d78f4
commit f5d578847d

View file

@ -32,7 +32,6 @@
#include "llvm/Support/Mutex.h"
#include "llvm/Support/SourceMgr.h"
#include <iostream>
#include <numeric>
using namespace mlir;