aboutsummaryrefslogtreecommitdiff
path: root/common_audio
diff options
context:
space:
mode:
authorYves Gerey <yvesg@webrtc.org>2018-11-28 16:47:49 +0100
committerCommit Bot <commit-bot@chromium.org>2018-11-28 18:25:07 +0000
commit3e70781361ed0666b925fe4333a567025de211bb (patch)
treeac742ed0c13e456517ddc872f65df7e1beb41c7f /common_audio
parent0f9c38e3d1f1ef21ef9e15e9dcfa30aefb8a9ce1 (diff)
downloadwebrtc-3e70781361ed0666b925fe4333a567025de211bb.tar.gz
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
This is a follow-up to https://webrtc-review.googlesource.com/c/src/+/106280. This time the whole code base is covered. Some files may have not been fixed though, whenever the IWYU tool was breaking the build. Bug: webrtc:8311 Change-Id: I2c31f552a87e887d33931d46e87b6208b1e483ef Reviewed-on: https://webrtc-review.googlesource.com/c/111965 Commit-Queue: Yves Gerey <yvesg@google.com> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25830}
Diffstat (limited to 'common_audio')
-rw-r--r--common_audio/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_audio/BUILD.gn b/common_audio/BUILD.gn
index 74b0c6029f..f7ffa00b7d 100644
--- a/common_audio/BUILD.gn
+++ b/common_audio/BUILD.gn
@@ -58,7 +58,7 @@ rtc_static_library("common_audio") {
"../system_wrappers:cpu_features_api",
"third_party/fft4g:fft4g",
"//third_party/abseil-cpp/absl/container:inlined_vector",
- "//third_party/abseil-cpp/absl/memory:memory",
+ "//third_party/abseil-cpp/absl/memory",
"//third_party/abseil-cpp/absl/types:optional",
]