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 | b90fc7ed211b68c9a36e95c3f6bf877bdc70b524 (patch) | |
tree | 80a1f3411dbf708b9b0e2c1c67bcd36941640f0c /lib/ExecutionEngine/Interpreter/Interpreter.cpp | |
parent | f70d67750102509d0192c58ab5ddf4e450b5f114 (diff) |
Remove unnecessary #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/Interpreter.cpp')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/Interpreter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/lib/ExecutionEngine/Interpreter/Interpreter.cpp index cc8cbf9e28..fd60ae11f7 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.cpp +++ b/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 { |