mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-19 10:15:00 +00:00
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:
parent
400d54c239
commit
f8e7cdba56
@ -11,8 +11,6 @@
|
||||
#include "llvm/Support/Endian.h"
|
||||
#include "llvm/Support/LEB128.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace llvm {
|
||||
namespace object {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user