Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Analysis / CFGPrinter.h
index 4704a929acf6dd87abfce68683bf7ef6acd517d5..2af7a0253e677f26744ecad28443d5f747becbec 100644 (file)
 #ifndef LLVM_ANALYSIS_CFGPRINTER_H
 #define LLVM_ANALYSIS_CFGPRINTER_H
 
+#include "llvm/Assembly/Writer.h"
 #include "llvm/Constants.h"
 #include "llvm/Function.h"
 #include "llvm/Instructions.h"
-#include "llvm/Assembly/Writer.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/GraphWriter.h"