Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / MC / SubtargetFeature.h
index 57f0518cbf3ac39550fdb9f1ce77fd4866bc3c26..37ae03b45ca2644852b9ec87bce60546f4de46c2 100644 (file)
@@ -18,9 +18,9 @@
 #ifndef LLVM_MC_SUBTARGETFEATURE_H
 #define LLVM_MC_SUBTARGETFEATURE_H
 
-#include <vector>
 #include "llvm/ADT/Triple.h"
 #include "llvm/Support/DataTypes.h"
+#include <vector>
 
 namespace llvm {
   class raw_ostream;