From c13a752e2be35ebff76ecdcb0c7f239d7c51b34b Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 4 Dec 2019 11:09:18 -0800 Subject: [PATCH] Revert "Add some missing includes to MicrosoftDemangle.cpp (PR44217)" This reverts commit 9b962d83ece841e43fd2823375dc6ddc94c1b178. This didn't address the underlying issue (in MicrosoftDemangleNodes.h) that was fixed 6 months ago anyway. --- lib/Demangle/MicrosoftDemangle.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Demangle/MicrosoftDemangle.cpp b/lib/Demangle/MicrosoftDemangle.cpp index 9239ec992cb..c681d6e25b8 100644 --- a/lib/Demangle/MicrosoftDemangle.cpp +++ b/lib/Demangle/MicrosoftDemangle.cpp @@ -23,9 +23,7 @@ #include #include -#include #include -#include #include using namespace llvm;