Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Support / GraphWriter.h
index f178b0caa8aa9e26b177c942e7dd76f3ec45660d..30cfe6124bef2319ed975bd104d25fb280ab234e 100644 (file)
 #ifndef LLVM_SUPPORT_GRAPHWRITER_H
 #define LLVM_SUPPORT_GRAPHWRITER_H
 
-#include "llvm/Support/DOTGraphTraits.h"
-#include "llvm/Support/raw_ostream.h"
 #include "llvm/ADT/GraphTraits.h"
+#include "llvm/Support/DOTGraphTraits.h"
 #include "llvm/Support/Path.h"
-#include <vector>
+#include "llvm/Support/raw_ostream.h"
 #include <cassert>
+#include <vector>
 
 namespace llvm {