Skip to content

Commit 194d7cf

Browse files
authored
Merge pull request #75690 from nico/demangle-assertion
[Demangling] Remove includes of swift/Basic/Assertions.h
2 parents 81469eb + 9d5359d commit 194d7cf

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

lib/Demangling/Context.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
//
1515
//===----------------------------------------------------------------------===//
1616

17-
#include "swift/Basic/Assertions.h"
1817
#include "swift/Demangling/Demangler.h"
1918
#include "swift/Demangling/ManglingMacros.h"
2019
#include "swift/Demangling/ManglingUtils.h"

lib/Demangling/Demangler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "llvm/Support/Compiler.h"
1818
#include "swift/Demangling/Demangler.h"
1919
#include "DemanglerAssert.h"
20-
#include "swift/Basic/Assertions.h"
2120
#include "swift/Demangling/ManglingMacros.h"
2221
#include "swift/Demangling/ManglingUtils.h"
2322
#include "swift/Demangling/Punycode.h"

lib/Demangling/NodePrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
//===----------------------------------------------------------------------===//
1616

1717
#include "swift/AST/Ownership.h"
18-
#include "swift/Basic/Assertions.h"
1918
#include "swift/Basic/STLExtras.h"
2019
#include "swift/Demangling/Demangle.h"
2120
#include "swift/Strings.h"

lib/Demangling/OldDemangler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
//
1515
//===----------------------------------------------------------------------===//
1616

17-
#include "swift/Basic/Assertions.h"
1817
#include "swift/Demangling/Demangle.h"
1918
#include "swift/Demangling/Demangler.h"
2019
#include "swift/Demangling/ManglingMacros.h"

lib/Demangling/OldRemangler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "DemanglerAssert.h"
2020
#include "RemanglerBase.h"
2121
#include "swift/AST/Ownership.h"
22-
#include "swift/Basic/Assertions.h"
2322
#include "swift/Demangling/Demangler.h"
2423
#include "swift/Demangling/ManglingUtils.h"
2524
#include "swift/Demangling/Punycode.h"

lib/Demangling/Punycode.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#include "swift/Basic/Assertions.h"
1413
#include "swift/Demangling/Punycode.h"
1514
#include "swift/Demangling/ManglingUtils.h"
1615
#include <limits>

lib/Demangling/Remangler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "DemanglerAssert.h"
2020
#include "RemanglerBase.h"
2121
#include "swift/AST/Ownership.h"
22-
#include "swift/Basic/Assertions.h"
2322
#include "swift/Demangling/Demangler.h"
2423
#include "swift/Demangling/ManglingMacros.h"
2524
#include "swift/Demangling/ManglingUtils.h"

0 commit comments

Comments
 (0)