Skip to content

Commit

Permalink
Remove iostream include from WasmObjectFile
Browse files Browse the repository at this point in the history
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
  • Loading branch information
labath committed Dec 1, 2016
1 parent 400d54c commit f8e7cdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Object/WasmObjectFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#include "llvm/Support/Endian.h"
#include "llvm/Support/LEB128.h"

#include <iostream>

namespace llvm {
namespace object {

Expand Down

0 comments on commit f8e7cdb

Please sign in to comment.