Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Support / ThreadLocal.h
index 62ec90ad24f5595ebacc2468c509af97aa78870c..01f735c9218460434f68cbba6f58f0cb5e294daa 100644 (file)
@@ -14,8 +14,8 @@
 #ifndef LLVM_SYSTEM_THREAD_LOCAL_H
 #define LLVM_SYSTEM_THREAD_LOCAL_H
 
-#include "llvm/Support/Threading.h"
 #include "llvm/Support/DataTypes.h"
+#include "llvm/Support/Threading.h"
 #include <cassert>
 
 namespace llvm {