Skip to content

Commit e07b814

Browse files
committed
Clean up imports
1 parent 1bdb158 commit e07b814

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

modules/audio_device/audio_engine_device.mm

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
#import <AVFoundation/AVFoundation.h>
1817
#import <Foundation/Foundation.h>
18+
#import <AVFoundation/AVFoundation.h>
1919

2020
#include "audio_engine_device.h"
2121

22-
#include <AudioUnit/AudioUnit.h>
2322
#include <mach/mach_time.h>
2423
#include <cmath>
2524

@@ -31,9 +30,6 @@
3130
#include "rtc_base/thread.h"
3231
#include "rtc_base/thread_annotations.h"
3332
#include "rtc_base/time_utils.h"
34-
#include "sdk/objc/native/src/audio/helpers.h"
35-
#include "system_wrappers/include/field_trial.h"
36-
#include "system_wrappers/include/metrics.h"
3733

3834
#import "base/RTCLogging.h"
3935

@@ -58,8 +54,6 @@
5854
const uint32_t N_REC_CHANNELS = 1; // default is mono recording
5955
const uint32_t N_PLAY_CHANNELS = 1; // default is stereo playout
6056

61-
using ios::CheckAndLogError;
62-
6357
AudioEngineDevice::AudioEngineDevice(bool bypass_voice_processing)
6458
: bypass_voice_processing_(bypass_voice_processing),
6559
audio_device_buffer_(nullptr),

0 commit comments

Comments
 (0)