diff options
author | David Blaikie <dblaikie@gmail.com> | 2019-12-04 11:09:18 -0800 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2019-12-04 11:10:07 -0800 |
commit | 75bbbeec74bbac327768a636d025f292a955c672 (patch) | |
tree | aaac0fbaf8caf41d34a43a3dc8fe8a29b46cae2c /llvm/lib/Demangle/MicrosoftDemangle.cpp | |
parent | 8b0780f795eb58fca0a2456e308adaaa1a0b5013 (diff) | |
download | llvm-75bbbeec74bbac327768a636d025f292a955c672.zip llvm-75bbbeec74bbac327768a636d025f292a955c672.tar.gz llvm-75bbbeec74bbac327768a636d025f292a955c672.tar.bz2 |
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.
Diffstat (limited to 'llvm/lib/Demangle/MicrosoftDemangle.cpp')
-rw-r--r-- | llvm/lib/Demangle/MicrosoftDemangle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Demangle/MicrosoftDemangle.cpp b/llvm/lib/Demangle/MicrosoftDemangle.cpp index 9239ec9..c681d6e 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; |