Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / CodeGen / LexicalScopes.cpp
index 6b6b9d084e1f9d93d8898aecfa78caa976a34ab9..fde2de0586d59c27ff5aa5160d9e3af4621ea7de 100644 (file)
 
 #define DEBUG_TYPE "lexicalscopes"
 #include "llvm/CodeGen/LexicalScopes.h"
-#include "llvm/DebugInfo.h"
-#include "llvm/Function.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineInstr.h"
+#include "llvm/DebugInfo.h"
+#include "llvm/Function.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/FormattedStream.h"