From: Pavel Labath Date: Thu, 1 Dec 2016 15:20:34 +0000 (+0000) Subject: Remove iostream include from WasmObjectFile X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8e7cdba569426205cbf39f2e76d0b5d76ae32ee;p=llvm 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 --- diff --git a/lib/Object/WasmObjectFile.cpp b/lib/Object/WasmObjectFile.cpp index 43f436374b1..2b61a8a034f 100644 --- a/lib/Object/WasmObjectFile.cpp +++ b/lib/Object/WasmObjectFile.cpp @@ -11,8 +11,6 @@ #include "llvm/Support/Endian.h" #include "llvm/Support/LEB128.h" -#include - namespace llvm { namespace object {