Eliminate duplicate or unneccesary #include's
[oota-llvm.git] / lib / Transforms / ExprTypeConvert.cpp
index 181ff70657c14b23bc6f754809d44641ba389e6f..9f75198e1ca1bd3b659e15ebdb7973ea8bd9ede7 100644 (file)
@@ -7,16 +7,13 @@
 //===----------------------------------------------------------------------===//
 
 #include "TransformInternals.h"
-#include "llvm/Function.h"
 #include "llvm/iOther.h"
 #include "llvm/iPHINode.h"
 #include "llvm/iMemory.h"
-#include "llvm/ConstantVals.h"
 #include "llvm/ConstantHandling.h"
 #include "llvm/Transforms/Scalar/DCE.h"
 #include "llvm/Analysis/Expressions.h"
 #include "Support/STLExtras.h"
-#include <map>
 #include <algorithm>
 #include <iostream>
 using std::cerr;