aboutsummaryrefslogtreecommitdiff
path: root/call/rtp_rtcp_demuxer_helper.h
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 /call/rtp_rtcp_demuxer_helper.h
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 'call/rtp_rtcp_demuxer_helper.h')
-rw-r--r--call/rtp_rtcp_demuxer_helper.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/call/rtp_rtcp_demuxer_helper.h b/call/rtp_rtcp_demuxer_helper.h
index 4b66713538..6134d56143 100644
--- a/call/rtp_rtcp_demuxer_helper.h
+++ b/call/rtp_rtcp_demuxer_helper.h
@@ -11,9 +11,8 @@
#ifndef CALL_RTP_RTCP_DEMUXER_HELPER_H_
#define CALL_RTP_RTCP_DEMUXER_HELPER_H_
-#include <algorithm>
-#include <map>
-#include <utility>
+#include <stddef.h>
+#include <stdint.h>
#include "absl/types/optional.h"
#include "api/array_view.h"