[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / include / llvm / DebugInfo / DWARFContext.h
index 4c1bd81d62a72e97fe17e21d4573e45bbf7439fa..82b5bb088477bbab770336bf5161c3d2179792a8 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "llvm/ADT/MapVector.h"
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/DebugInfo/DIContext.h"
 #include "llvm/DebugInfo/DWARFCompileUnit.h"
 #include "llvm/DebugInfo/DWARFDebugAranges.h"
 #include "llvm/DebugInfo/DWARFDebugFrame.h"
@@ -20,7 +21,6 @@
 #include "llvm/DebugInfo/DWARFDebugRangeList.h"
 #include "llvm/DebugInfo/DWARFSection.h"
 #include "llvm/DebugInfo/DWARFTypeUnit.h"
-#include "llvm/DebugInfo/DIContext.h"
 #include <vector>
 
 namespace llvm {