From ae8d8a1d227b6220e543989a7db714f168d408c0 Mon Sep 17 00:00:00 2001 From: Fredrik Solenberg Date: Thu, 19 Apr 2018 17:14:27 +0200 Subject: [PATCH] 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 Commit-Queue: Fredrik Solenberg Cr-Commit-Position: refs/heads/master@{#22952} --- modules/BUILD.gn | 1 - modules/include/module_common_types.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/modules/BUILD.gn b/modules/BUILD.gn index 8d45b80178..39a609a2ff 100644 --- a/modules/BUILD.gn +++ b/modules/BUILD.gn @@ -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", diff --git a/modules/include/module_common_types.h b/modules/include/module_common_types.h index 12900757aa..1c174a7261 100644 --- a/modules/include/module_common_types.h +++ b/modules/include/module_common_types.h @@ -18,9 +18,6 @@ #include #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)