Move CallGraphSCCPass.h into the Analysis tree; that's where the
[oota-llvm.git] / lib / Analysis / IPA / CallGraphSCCPass.cpp
index 43192f7fc4495555b6de2fbe34158b18269a0752..a0d788f34a3c6065fdeab7bc2cb479765aded2f6 100644 (file)
@@ -16,7 +16,7 @@
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "cgscc-passmgr"
-#include "llvm/CallGraphSCCPass.h"
+#include "llvm/Analysis/CallGraphSCCPass.h"
 #include "llvm/ADT/SCCIterator.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Analysis/CallGraph.h"