diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-01 20:01:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-01 20:01:02 +0000 |
commit | cc8d8fb6763645af20caae96db5cc08f21748b7c (patch) | |
tree | 7768c0197074675f93367c94661ca29a0ea054eb /lib/Transforms/IPO/FunctionResolution.cpp | |
parent | ca0a1f7d49e8b9a517959a3211bfc79a0fca7acd (diff) |
Remove unneccesary #inlcude
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/FunctionResolution.cpp')
-rw-r--r-- | lib/Transforms/IPO/FunctionResolution.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/FunctionResolution.cpp b/lib/Transforms/IPO/FunctionResolution.cpp index e2165c77cb..778cad5f60 100644 --- a/lib/Transforms/IPO/FunctionResolution.cpp +++ b/lib/Transforms/IPO/FunctionResolution.cpp @@ -19,7 +19,6 @@ #include "llvm/iOther.h" #include "llvm/Constant.h" #include "Support/StatisticReporter.h" -#include <iostream> #include <algorithm> using std::vector; |