[llvm] r288364 - Remove iostream include from WasmObjectFile
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 07:20:34 PST 2016
Author: labath
Date: Thu Dec 1 09:20:34 2016
New Revision: 288364
URL: http://llvm.org/viewvc/llvm-project?rev=288364&view=rev
Log:
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.
Modified:
llvm/trunk/lib/Object/WasmObjectFile.cpp
Modified: llvm/trunk/lib/Object/WasmObjectFile.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Object/WasmObjectFile.cpp?rev=288364&r1=288363&r2=288364&view=diff
==============================================================================
--- llvm/trunk/lib/Object/WasmObjectFile.cpp (original)
+++ llvm/trunk/lib/Object/WasmObjectFile.cpp Thu Dec 1 09:20:34 2016
@@ -11,8 +11,6 @@
#include "llvm/Support/Endian.h"
#include "llvm/Support/LEB128.h"
-#include <iostream>
-
namespace llvm {
namespace object {
More information about the llvm-commits
mailing list