Skip to content

Commit 1e17e6d

Browse files
committed
Add back unnecessarily redacted headers that now exist
I think this might have been an artifact of the old CFLite redactions? Either way, these headers are now available in this repository. The real CoreFoundation guards these includes with `#ifndef CF_OPEN_SOURCE` but that doesn't seem relevant here. There are also other includes guarded by that which are not (yet? 😆) available in this repository, so I did not include them here.
1 parent c15c6f6 commit 1e17e6d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CoreFoundation/Base.subproj/CoreFoundation.h

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
#include <CoreFoundation/CFSocket.h>
7878
#include <CoreFoundation/CFMachPort.h>
7979

80+
#include <CoreFoundation/CFAttributedString.h>
81+
#include <CoreFoundation/CFNotificationCenter.h>
8082

8183
#endif
8284

CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
#include <CoreFoundation/CFSocket.h>
9393
#include <CoreFoundation/CFMachPort.h>
9494
#include <CoreFoundation/CFAttributedString.h>
95+
#include <CoreFoundation/CFNotificationCenter.h>
9596

9697
#include <CoreFoundation/CFURLPriv.h>
9798
#include <CoreFoundation/CFURLComponents.h>

0 commit comments

Comments
 (0)