| Index: webrtc/examples/objc/AppRTCMobile/ARDAppClient.m
|
| diff --git a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m
|
| index c699381842e09ab03fc7d352cbba7698054132e3..439843690634e814051ad83fe341916ed44b6f66 100644
|
| --- a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m
|
| +++ b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m
|
| @@ -10,7 +10,6 @@
|
|
|
| #import "ARDAppClient+Internal.h"
|
|
|
| -#import "WebRTC/RTCAVFoundationVideoSource.h"
|
| #import "WebRTC/RTCAudioTrack.h"
|
| #import "WebRTC/RTCCameraVideoCapturer.h"
|
| #import "WebRTC/RTCConfiguration.h"
|
| @@ -22,6 +21,7 @@
|
| #import "WebRTC/RTCPeerConnectionFactory.h"
|
| #import "WebRTC/RTCRtpSender.h"
|
| #import "WebRTC/RTCTracing.h"
|
| +#import "WebRTC/RTCVideoSource.h"
|
| #import "WebRTC/RTCVideoTrack.h"
|
|
|
| #import "ARDAppEngineClient.h"
|
|
|