Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Module.h
index 43d4d6a00f5a86b6860b5d42d902fbb206e11fe2..e0cb32b02228f3c1c090b72cab338b1e47df3c8e 100644 (file)
 #ifndef LLVM_MODULE_H
 #define LLVM_MODULE_H
 
+#include "llvm/ADT/OwningPtr.h"
 #include "llvm/Function.h"
-#include "llvm/GlobalVariable.h"
 #include "llvm/GlobalAlias.h"
+#include "llvm/GlobalVariable.h"
 #include "llvm/Metadata.h"
-#include "llvm/ADT/OwningPtr.h"
 #include "llvm/Support/DataTypes.h"
 
 namespace llvm {