[llvm] 75bbbee - Revert "Add some missing includes to MicrosoftDemangle.cpp (PR44217)"

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 11:17:01 PST 2019


Author: David Blaikie
Date: 2019-12-04T11:10:07-08:00
New Revision: 75bbbeec74bbac327768a636d025f292a955c672

URL: https://github.com/llvm/llvm-project/commit/75bbbeec74bbac327768a636d025f292a955c672
DIFF: https://github.com/llvm/llvm-project/commit/75bbbeec74bbac327768a636d025f292a955c672.diff

LOG: 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.

Added: 
    

Modified: 
    llvm/lib/Demangle/MicrosoftDemangle.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Demangle/MicrosoftDemangle.cpp b/llvm/lib/Demangle/MicrosoftDemangle.cpp
index 9239ec992cb2..c681d6e25b87 100644
--- a/llvm/lib/Demangle/MicrosoftDemangle.cpp
+++ b/llvm/lib/Demangle/MicrosoftDemangle.cpp
@@ -23,9 +23,7 @@
 
 #include <array>
 #include <cctype>
-#include <cstdint>
 #include <cstdio>
-#include <string>
 #include <tuple>
 
 using namespace llvm;


        


More information about the llvm-commits mailing list