[Demangling] Remove includes of swift/Basic/Assertions.h

They are not used. Demangling uses `assert()` from <cassert>,
and macros from lib/Demangling/DemanglerAssert.h.

Reverts the lib/Demangling changes from #74184.

No behavior change.
This commit is contained in:
Nico Weber
2024-08-05 12:13:25 -04:00
parent a894dd2775
commit 9d5359d1f8
7 changed files with 0 additions and 7 deletions

View File

@@ -10,7 +10,6 @@
//
//===----------------------------------------------------------------------===//
#include "swift/Basic/Assertions.h"
#include "swift/Demangling/Punycode.h"
#include "swift/Demangling/ManglingUtils.h"
#include <limits>