OSDN Git Service

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 43f4363..2b61a8a 100644 (file)
@@ -11,8 +11,6 @@
 #include "llvm/Support/Endian.h"
 #include "llvm/Support/LEB128.h"
 
-#include <iostream>
-
 namespace llvm {
 namespace object {