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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Pavel Labath 2016-12-01 15:20:34 +00:00
parent 400d54c239
commit f8e7cdba56

View File

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