From: Pavel Labath Date: Thu, 1 Dec 2016 15:20:34 +0000 (+0000) Subject: Remove iostream include from WasmObjectFile X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d9f8f914acf221b3a4c531e0335bf0dc2dad21c;p=platform%2Fupstream%2Fllvm.git 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 --- diff --git a/llvm/lib/Object/WasmObjectFile.cpp b/llvm/lib/Object/WasmObjectFile.cpp index 43f4363..2b61a8a 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 - namespace llvm { namespace object {