diff options
Diffstat (limited to 'include/llvm/TableGen/StringMatcher.h')
-rw-r--r-- | include/llvm/TableGen/StringMatcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/TableGen/StringMatcher.h b/include/llvm/TableGen/StringMatcher.h index 1dadc76..1b0572f 100644 --- a/include/llvm/TableGen/StringMatcher.h +++ b/include/llvm/TableGen/StringMatcher.h @@ -14,10 +14,10 @@ #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; |