summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-12-01 15:20:34 +0000
committerPavel Labath <labath@google.com>2016-12-01 15:20:34 +0000
commit5d9f8f914acf221b3a4c531e0335bf0dc2dad21c (patch)
treec73f58cdcc71bb136adc322007755f775e750ec8 /llvm/lib/Object/WasmObjectFile.cpp
parent7f6968ed0a78353bee57ae85cb0cf0492354c3ea (diff)
downloadbcm5719-llvm-5d9f8f914acf221b3a4c531e0335bf0dc2dad21c.tar.gz
bcm5719-llvm-5d9f8f914acf221b3a4c531e0335bf0dc2dad21c.zip
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
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
-rw-r--r--llvm/lib/Object/WasmObjectFile.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Object/WasmObjectFile.cpp b/llvm/lib/Object/WasmObjectFile.cpp
index 43f436374b1..2b61a8a034f 100644
--- a/llvm/lib/Object/WasmObjectFile.cpp
+++ b/llvm/lib/Object/WasmObjectFile.cpp
@@ -11,8 +11,6 @@
#include "llvm/Support/Endian.h"
#include "llvm/Support/LEB128.h"
-#include <iostream>
-
namespace llvm {
namespace object {
OpenPOWER on IntegriCloud