Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / InlineAsm.h
index b5e0fd4effd6b6d5fda543363d4a179d6cd1e897..701134d526aaa1456c65ceb35dc562b0ab6eebc5 100644 (file)
@@ -16,8 +16,8 @@
 #ifndef LLVM_INLINEASM_H
 #define LLVM_INLINEASM_H
 
-#include "llvm/Value.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Value.h"
 #include <vector>
 
 namespace llvm {