[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

Reid Spencer reid at x10sys.com
Sat Mar 3 10:29:33 PST 2007



Changes in directory llvm/lib/ExecutionEngine/Interpreter:

Interpreter.cpp updated: 1.37 -> 1.38
---
Log message:

Remove unnecessary #include.


---
Diffs of the changes:  (+0 -1)

 Interpreter.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
diff -u llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.37 llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.38
--- llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.37	Sat Mar  3 12:19:18 2007
+++ llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp	Sat Mar  3 12:29:16 2007
@@ -18,7 +18,6 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/Module.h"
 #include "llvm/ModuleProvider.h"
-#include <iostream>
 using namespace llvm;
 
 static struct RegisterInterp {






More information about the llvm-commits mailing list