Remove iostream include from WasmObjectFile

The file does not seems to use c++ iostreams (and is is llvm policy to avoid
that). Committing as obvious.

llvm-svn: 288364
This commit is contained in:
Pavel Labath
2016-12-01 15:20:34 +00:00
parent 7f6968ed0a
commit 5d9f8f914a

View File

@@ -11,8 +11,6 @@
#include "llvm/Support/Endian.h"
#include "llvm/Support/LEB128.h"
#include <iostream>
namespace llvm {
namespace object {