[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / tools / opt / AnalysisWrappers.cpp
index b94902692b0d901255dba445d8b1cd5f45062582..b9c627d8f5ed6f03d153fb35a6c0c20a8f2a52d3 100644 (file)
@@ -18,9 +18,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Analysis/CallGraph.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Pass.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;