Remove audio_frame.h from module_common_types.h
PSA: https://groups.google.com/forum/?pli=1#!topic/discuss-webrtc/wVztouO08gw Bug: webrtc:9139, webrtc:7504 Change-Id: I9587513509eb4609e8e4e2e112af58d920b4e334 Reviewed-on: https://webrtc-review.googlesource.com/70700 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Fredrik Solenberg <solenberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22952}
This commit is contained in:

committed by
Commit Bot

parent
9b4aa600e5
commit
ae8d8a1d22
@ -56,7 +56,6 @@ rtc_source_set("module_api") {
|
||||
"../api:optional",
|
||||
"../api:video_frame_api",
|
||||
"../api:video_frame_api_i420",
|
||||
"../api/audio:audio_frame_api",
|
||||
"../rtc_base:deprecation",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"video_coding:codec_globals_headers",
|
||||
|
@ -18,9 +18,6 @@
|
||||
#include <limits>
|
||||
|
||||
#include "api/optional.h"
|
||||
// TODO(bugs.webrtc.org/7504): Included here because users of this header expect
|
||||
// it to declare AudioFrame. Delete as soon as all known users are updated.
|
||||
#include "api/audio/audio_frame.h"
|
||||
#include "api/rtp_headers.h"
|
||||
#include "api/video/video_rotation.h"
|
||||
#include "common_types.h" // NOLINT(build/include)
|
||||
|
Reference in New Issue
Block a user