Remove unneccesary #inlcude
authorChris Lattner <sabre@nondot.org>
Thu, 1 Aug 2002 20:01:02 +0000 (20:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Aug 2002 20:01:02 +0000 (20:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3200 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/FunctionResolution.cpp

index e2165c77cb74cf7b2e61903ad1303fdd48678d10..778cad5f60a046b7c8477d5c435fd439a5ab8c78 100644 (file)
@@ -19,7 +19,6 @@
 #include "llvm/iOther.h"
 #include "llvm/Constant.h"
 #include "Support/StatisticReporter.h"
-#include <iostream>
 #include <algorithm>
 
 using std::vector;