From: Richard Smith Date: Thu, 16 Apr 2020 00:40:00 +0000 (-0700) Subject: Revert "Attempt to fix build with MSVC." X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ba12ff1e51aee7d33233f95734937d44c4a1282;p=platform%2Fupstream%2Fllvm.git Revert "Attempt to fix build with MSVC." This reverts commit 30853cd689efd73a005163436673c13a29eca805. The problem that this change was working around was fixed in 1132c75bd77a4ae5e4634e22ac693128e3f39e5c. --- diff --git a/clang/include/clang/AST/ASTContext.h b/clang/include/clang/AST/ASTContext.h index dc91983..ac742fe 100644 --- a/clang/include/clang/AST/ASTContext.h +++ b/clang/include/clang/AST/ASTContext.h @@ -21,7 +21,6 @@ #include "clang/AST/ComparisonCategories.h" #include "clang/AST/Decl.h" #include "clang/AST/DeclBase.h" -#include "clang/AST/DeclCXX.h" #include "clang/AST/DeclarationName.h" #include "clang/AST/ExternalASTSource.h" #include "clang/AST/NestedNameSpecifier.h"