Revert "Add some missing includes to MicrosoftDemangle.cpp (PR44217)"

This reverts commit 9b962d83ec.

This didn't address the underlying issue (in MicrosoftDemangleNodes.h)
that was fixed 6 months ago anyway.
This commit is contained in:
David Blaikie 2019-12-04 11:09:18 -08:00
parent 8b0780f795
commit 75bbbeec74
1 changed files with 0 additions and 2 deletions

View File

@ -23,9 +23,7 @@
#include <array>
#include <cctype>
#include <cstdint>
#include <cstdio>
#include <string>
#include <tuple>
using namespace llvm;