Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Support / GetElementPtrTypeIterator.h
index 93dc41fbdc114202bc71a3b97945263eb53c5233..d1519e479d8d2a4b3913a66b56acc6ea8d31aaa7 100644 (file)
@@ -15,8 +15,8 @@
 #ifndef LLVM_SUPPORT_GETELEMENTPTRTYPE_H
 #define LLVM_SUPPORT_GETELEMENTPTRTYPE_H
 
-#include "llvm/User.h"
 #include "llvm/DerivedTypes.h"
+#include "llvm/User.h"
 
 namespace llvm {
   template<typename ItTy = User::const_op_iterator>