Skip to content

Commit 2943774

Browse files
s1ddoks1ddok
authored andcommitted
remove OAL headers include
1 parent afef57a commit 2943774

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

cocos2d/CCActionInstant.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#import "CCNode.h"
3131
#import "CCSprite.h"
3232
#import <objc/message.h>
33-
#import "OALSimpleAudio.h"
3433

3534
//
3635
// InstantAction

cocos2d/Platforms/iOS/CCAppDelegate.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
#import "CCScheduler.h"
3434
#import "CCGLView.h"
3535

36-
#import "OALSimpleAudio.h"
37-
3836
#if __CC_METAL_SUPPORTED_AND_ENABLED
3937
#import "CCMetalView.h"
4038
#endif

cocos2d/cocos2d.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@
8585
// Shaders
8686
#import "CCShader.h"
8787

88-
// Sound
89-
#import "OALSimpleAudio.h"
90-
9188
// Retiring
9289
#import "CCAnimation.h" // put this back for v3.4 because it's still in use, and would otherwise be unavailable to Swift
9390
//#import "CCAnimationCache.h"

0 commit comments

Comments
 (0)