Delete unneeded includes of call/video_config.h.
Bug: webrtc:8830 Change-Id: I6114b47e5524a6d2450108388236478b1ceafb67 Reviewed-on: https://webrtc-review.googlesource.com/77425 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23295}
This commit is contained in:
@ -16,7 +16,6 @@
|
||||
#include <string>
|
||||
#include <utility> // pair
|
||||
|
||||
#include "call/video_config.h"
|
||||
#include "common_types.h" // NOLINT(build/include)
|
||||
#include "logging/rtc_event_log/rtc_event_log_parser_new.h"
|
||||
#include "modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor_config.h"
|
||||
|
@ -117,7 +117,6 @@ rtc_static_library("rtc_media_base") {
|
||||
"../api/video:video_frame_i420",
|
||||
"../api/video_codecs:video_codecs_api",
|
||||
"../call:call_interfaces",
|
||||
"../call:video_stream_api",
|
||||
"../common_video",
|
||||
"../modules/audio_processing:audio_processing_statistics",
|
||||
"../rtc_base:rtc_base",
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "api/video/video_timing.h"
|
||||
#include "api/video/video_sink_interface.h"
|
||||
#include "api/videosourceinterface.h"
|
||||
#include "call/video_config.h"
|
||||
#include "media/base/codec.h"
|
||||
#include "media/base/mediaconfig.h"
|
||||
#include "media/base/mediaconstants.h"
|
||||
|
@ -21,7 +21,6 @@ namespace webrtc {
|
||||
|
||||
class VideoBitrateAllocator;
|
||||
class VideoCodec;
|
||||
class VideoEncoderConfig;
|
||||
|
||||
class VideoCodecInitializer {
|
||||
public:
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "call/video_config.h"
|
||||
#include "modules/rtp_rtcp/include/rtp_rtcp.h"
|
||||
#include "modules/rtp_rtcp/mocks/mock_rtp_rtcp.h"
|
||||
#include "modules/video_coding/include/video_codec_interface.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "call/video_config.h"
|
||||
#include "common_types.h" // NOLINT(build/include)
|
||||
#include "media/base/mediaconstants.h"
|
||||
#include "modules/pacing/packet_router.h"
|
||||
|
Reference in New Issue
Block a user