Sort the #include lines for tools/...
[oota-llvm.git] / tools / opt / AnalysisWrappers.cpp
index a2b57bb3e1151783ea6eac88a9c64e820da111a0..6ba0fb00f668b5ca0e1302775a396bdb3f020c85 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/Analysis/CallGraph.h"
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CallSite.h"
-#include "llvm/Analysis/CallGraph.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;