]> granicus.if.org Git - llvm/commitdiff
Remove iostream include from WasmObjectFile
authorPavel Labath <labath@google.com>
Thu, 1 Dec 2016 15:20:34 +0000 (15:20 +0000)
committerPavel Labath <labath@google.com>
Thu, 1 Dec 2016 15:20:34 +0000 (15:20 +0000)
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

lib/Object/WasmObjectFile.cpp

index 43f436374b1e7ab062d9f0ce15d8fc0edf2b15d2..2b61a8a034f6c09ecadcc0e0e92575a826f114ff 100644 (file)
@@ -11,8 +11,6 @@
 #include "llvm/Support/Endian.h"
 #include "llvm/Support/LEB128.h"
 
-#include <iostream>
-
 namespace llvm {
 namespace object {