Apply include-cleaner to call/
with downstream fixes.
Bug: webrtc:42226242
Change-Id: I88d7b5ffc1f86c01ea13948c27b4210d032f4190
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361360
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42921}
diff --git a/call/rtp_config.cc b/call/rtp_config.cc
index 43b615c..4c9afeb 100644
--- a/call/rtp_config.cc
+++ b/call/rtp_config.cc
@@ -10,10 +10,17 @@
#include "call/rtp_config.h"
+#include <algorithm>
+#include <cstddef>
#include <cstdint>
+#include <iterator>
+#include <optional>
+#include <string>
+#include <vector>
#include "absl/algorithm/container.h"
#include "api/array_view.h"
+#include "api/rtp_headers.h"
#include "rtc_base/checks.h"
#include "rtc_base/strings/string_builder.h"