Skip to content

Commit

Permalink
Merge branch 'main' into xcodeproj
Browse files Browse the repository at this point in the history
  • Loading branch information
sbooth committed Jan 14, 2025
2 parents 11a8402 + e885ca5 commit 4cd750c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Sources/CSFBAudioEngine/Player/AudioPlayerNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import <array>
#import <atomic>
#import <memory>
#import <mutex>
#import <queue>

#import <os/log.h>
Expand Down
1 change: 0 additions & 1 deletion Sources/CSFBAudioEngine/Player/AudioPlayerNode.mm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#import <cmath>
#import <cstring>
#import <exception>
#import <mutex>
#import <system_error>

#import <AVFAudio/AVFAudio.h>
Expand Down

0 comments on commit 4cd750c

Please sign in to comment.