diff options
Diffstat (limited to 'include/clang/AST/ASTUnresolvedSet.h')
-rw-r--r-- | include/clang/AST/ASTUnresolvedSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/ASTUnresolvedSet.h b/include/clang/AST/ASTUnresolvedSet.h index 26c5406802..c709895fc0 100644 --- a/include/clang/AST/ASTUnresolvedSet.h +++ b/include/clang/AST/ASTUnresolvedSet.h @@ -15,8 +15,8 @@ #ifndef LLVM_CLANG_AST_ASTUNRESOLVEDSET_H #define LLVM_CLANG_AST_ASTUNRESOLVEDSET_H -#include "clang/AST/UnresolvedSet.h" #include "clang/AST/ASTVector.h" +#include "clang/AST/UnresolvedSet.h" namespace clang { |