diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-03 18:29:16 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-03 18:29:16 +0000 |
commit | 04a18295598e72b8d77cc2bc2425594f4aaba07d (patch) | |
tree | 80c5d10cf516ca4c97f572da26c1a6cf4327bd12 /llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp | |
parent | e586f2e7f72bb884a8120d3ed7364494396029aa (diff) | |
download | bcm5719-llvm-04a18295598e72b8d77cc2bc2425594f4aaba07d.tar.gz bcm5719-llvm-04a18295598e72b8d77cc2bc2425594f4aaba07d.zip |
Remove unnecessary #include.
llvm-svn: 34889
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp index cc8cbf9e288..fd60ae11f71 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp +++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp @@ -18,7 +18,6 @@ #include "llvm/DerivedTypes.h" #include "llvm/Module.h" #include "llvm/ModuleProvider.h" -#include <iostream> using namespace llvm; static struct RegisterInterp { |