mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -10,7 +10,6 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "swift/Basic/Assertions.h"
|
||||
#include "swift/Demangling/Punycode.h"
|
||||
#include "swift/Demangling/ManglingUtils.h"
|
||||
#include <limits>
|
||||
|
||||
Reference in New Issue
Block a user