Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Target / TargetJITInfo.h
index 044afd9b73926ef670e5729f9d769694c888fba6..f9bd0fb9f9818fd469082ff55c61434c285bad0e 100644 (file)
@@ -17,8 +17,8 @@
 #ifndef LLVM_TARGET_TARGETJITINFO_H
 #define LLVM_TARGET_TARGETJITINFO_H
 
-#include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/DataTypes.h"
+#include "llvm/Support/ErrorHandling.h"
 #include <cassert>
 
 namespace llvm {