Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / TableGen / StringMatcher.h
index 1dadc76200b045e4b6030dc985695eb57f45fbad..1b0572faa2e625746c47acd2cc46bcccb6f338c8 100644 (file)
 #ifndef STRINGMATCHER_H
 #define STRINGMATCHER_H
 
-#include <vector>
+#include "llvm/ADT/StringRef.h"
 #include <string>
 #include <utility>
-#include "llvm/ADT/StringRef.h"
+#include <vector>
 
 namespace llvm {
   class raw_ostream;