aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_mixer
diff options
context:
space:
mode:
authorNiels Möller <nisse@webrtc.org>2018-07-25 16:05:48 +0200
committerCommit Bot <commit-bot@chromium.org>2018-07-25 14:59:26 +0000
commita12c42a6b2d979c1bca1c4263354335fa6bd759d (patch)
treed5650840162577e497b41d1825b9312675cf73ab /modules/audio_mixer
parente41c4335022e7a2804daf365670b918e26e0d5c6 (diff)
downloadwebrtc-a12c42a6b2d979c1bca1c4263354335fa6bd759d.tar.gz
Delete root header file typedef.h.
Usage replaced with stdint.h, rtc_base/system/arch.h and rtc_base/system/unused.h, as appropriate. Bug: webrtc:6854 Change-Id: I97225465d14b969903d92979e2df3c3c05d35f18 Reviewed-on: https://webrtc-review.googlesource.com/90249 Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24100}
Diffstat (limited to 'modules/audio_mixer')
-rw-r--r--modules/audio_mixer/BUILD.gn1
-rw-r--r--modules/audio_mixer/audio_mixer_impl.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/audio_mixer/BUILD.gn b/modules/audio_mixer/BUILD.gn
index 6a310e9698..da54e7bc97 100644
--- a/modules/audio_mixer/BUILD.gn
+++ b/modules/audio_mixer/BUILD.gn
@@ -37,7 +37,6 @@ rtc_static_library("audio_mixer_impl") {
deps = [
":audio_frame_manipulator",
"../..:webrtc_common",
- "../../:typedefs",
"../../api:array_view",
"../../api/audio:audio_frame_api",
"../../api/audio:audio_mixer_api",
diff --git a/modules/audio_mixer/audio_mixer_impl.h b/modules/audio_mixer/audio_mixer_impl.h
index 49edd1645f..e8994a674b 100644
--- a/modules/audio_mixer/audio_mixer_impl.h
+++ b/modules/audio_mixer/audio_mixer_impl.h
@@ -20,7 +20,6 @@
#include "rtc_base/race_checker.h"
#include "rtc_base/scoped_ref_ptr.h"
#include "rtc_base/thread_annotations.h"
-#include "typedefs.h" // NOLINT(build/include)
namespace webrtc {