Remove unused STL header includes.
[oota-llvm.git] / lib / Transforms / IPO / Inliner.cpp
index 37eafd723bf80e47d4233615b4fb005cac4d0978..57f3e772b5698fa416e51f38a8dfb19ae63a6123 100644 (file)
@@ -29,7 +29,6 @@
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/Statistic.h"
-#include <set>
 using namespace llvm;
 
 STATISTIC(NumInlined, "Number of functions inlined");