Revert "Attempt to fix build with MSVC."
authorRichard Smith <richard@metafoo.co.uk>
Thu, 16 Apr 2020 00:40:00 +0000 (17:40 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Thu, 16 Apr 2020 00:40:00 +0000 (17:40 -0700)
This reverts commit 30853cd689efd73a005163436673c13a29eca805.

The problem that this change was working around was fixed in
1132c75bd77a4ae5e4634e22ac693128e3f39e5c.

clang/include/clang/AST/ASTContext.h

index dc91983..ac742fe 100644 (file)
@@ -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"