Skip to content

Commit 9e2e975

Browse files
authored
Merge pull request #1545 from compnerd/CFNumber
CoreFoundation: reference CFNumber by the canonical name
2 parents 2f10bc0 + 580d3a8 commit 9e2e975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/String.subproj/CFBurstTrie.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "CFInternal.h"
1212
#include "CFBurstTrie.h"
1313
#include <CoreFoundation/CFByteOrder.h>
14-
#include "CFNumber.h"
14+
#include <CoreFoundation/CFNumber.h>
1515
#include <stdio.h>
1616
#include <string.h>
1717
#include <stdlib.h>

0 commit comments

Comments
 (0)