Delete CoreAudio include from media_engine.h

Bug: None
Change-Id: I96f91fb64e647afc28a160700a71f1836f878ad0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150536
Commit-Queue: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29182}
This commit is contained in:
Niels Möller 2019-08-27 10:29:41 +02:00 committed by Commit Bot
parent 0a7d5d8408
commit 70dd16509d

View File

@ -11,10 +11,6 @@
#ifndef MEDIA_BASE_MEDIA_ENGINE_H_
#define MEDIA_BASE_MEDIA_ENGINE_H_
#if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS)
#include <CoreAudio/CoreAudio.h>
#endif
#include <memory>
#include <string>
#include <vector>