Move CallGraphSCCPass.h into the Analysis tree; that's where the
[oota-llvm.git] / lib / Analysis / ModuleDebugInfoPrinter.cpp
index e7e999cebeb91b6c7f91dcb461dac24fb49a74e1..03415375263a84ab66adee62bed4a667631cb38f 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Analysis/Passes.h"
-#include "llvm/Analysis/DebugInfo.h"
+#include "llvm/ADT/Statistic.h"
 #include "llvm/Assembly/Writer.h"
+#include "llvm/DebugInfo.h"
+#include "llvm/IR/Function.h"
 #include "llvm/Pass.h"
-#include "llvm/Function.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/ADT/Statistic.h"
 using namespace llvm;
 
 namespace {