Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / LexicalScopes.h
index 8414c64544e5323c3030d6f64eaec133c58360e9..9d54ad8b8662d62689f6c872ca1ee3414eb96b60 100644 (file)
 #ifndef LLVM_CODEGEN_LEXICALSCOPES_H
 #define LLVM_CODEGEN_LEXICALSCOPES_H
 
-#include "llvm/Metadata.h"
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/Metadata.h"
 #include "llvm/Support/DebugLoc.h"
 #include "llvm/Support/ValueHandle.h"
 #include <utility>