Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / VMCore / LLVMContext.cpp
index 2446ec996d043d63607b42782add9ab6fe7ac890..68c4a766f6d2dabac8defc0aa2ed80a5048529ab 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/LLVMContext.h"
-#include "llvm/Metadata.h"
+#include "LLVMContextImpl.h"
 #include "llvm/Constants.h"
 #include "llvm/Instruction.h"
+#include "llvm/Metadata.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/SourceMgr.h"
-#include "LLVMContextImpl.h"
 #include <cctype>
 using namespace llvm;