Add IWYU pragmas for some api headers

Bug: None
Change-Id: I1912e05dbc31d960f36c97151dcb387446535c71
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/280965
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38510}
This commit is contained in:
Danil Chapovalov 2022-10-31 15:16:50 +01:00 committed by WebRTC LUCI CQ
parent 45b35d442d
commit f6e48bf4d1
7 changed files with 7 additions and 6 deletions

View file

@ -23,7 +23,7 @@
#include "api/units/frequency.h"
#include "api/units/time_delta.h"
#include "rtc_base/checks.h"
#include "rtc_base/units/unit_base.h"
#include "rtc_base/units/unit_base.h" // IWYU pragma: export
namespace webrtc {
// DataRate is a class that represents a given data rate. This can be used to

View file

@ -18,7 +18,7 @@
#include <string>
#include <type_traits>
#include "rtc_base/units/unit_base.h"
#include "rtc_base/units/unit_base.h" // IWYU pragma: export
namespace webrtc {
// DataSize is a class represeting a count of bytes.

View file

@ -20,7 +20,7 @@
#include <type_traits>
#include "api/units/time_delta.h"
#include "rtc_base/units/unit_base.h"
#include "rtc_base/units/unit_base.h" // IWYU pragma: export
namespace webrtc {

View file

@ -19,7 +19,7 @@
#include <string>
#include <type_traits>
#include "rtc_base/units/unit_base.h"
#include "rtc_base/units/unit_base.h" // IWYU pragma: export
namespace webrtc {

View file

@ -20,6 +20,7 @@
#include "api/units/time_delta.h"
#include "rtc_base/checks.h"
#include "rtc_base/units/unit_base.h" // IWYU pragma: export
namespace webrtc {
// Timestamp represents the time that has passed since some unspecified epoch.

View file

@ -19,7 +19,7 @@
#include <vector>
#include "rtc_base/checks.h"
#include "rtc_base/containers/flat_tree.h"
#include "rtc_base/containers/flat_tree.h" // IWYU pragma: export
namespace webrtc {

View file

@ -16,7 +16,7 @@
#include <functional>
#include <vector>
#include "rtc_base/containers/flat_tree.h"
#include "rtc_base/containers/flat_tree.h" // IWYU pragma: export
#include "rtc_base/containers/identity.h"
namespace webrtc {