diff options
Diffstat (limited to 'include/clang/AST/ASTVector.h')
-rw-r--r-- | include/clang/AST/ASTVector.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clang/AST/ASTVector.h b/include/clang/AST/ASTVector.h index 56f4d17cb4..669e50dbeb 100644 --- a/include/clang/AST/ASTVector.h +++ b/include/clang/AST/ASTVector.h @@ -19,12 +19,12 @@ #define LLVM_CLANG_AST_VECTOR #include "clang/AST/AttrIterator.h" -#include "llvm/Support/type_traits.h" -#include "llvm/Support/Allocator.h" #include "llvm/ADT/PointerIntPair.h" +#include "llvm/Support/Allocator.h" +#include "llvm/Support/type_traits.h" #include <algorithm> -#include <memory> #include <cstring> +#include <memory> #ifdef _MSC_VER namespace std { |