Directly include VideoBitrateAllocation in common_video/ targets

Bug: webrtc:9271
Change-Id: Id31459c4ccdee1b5a65499423af5c575d5317231
Reviewed-on: https://webrtc-review.googlesource.com/76942
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23373}
This commit is contained in:
Erik Språng
2018-05-23 15:20:31 +02:00
committed by Commit Bot
parent 3409cfa378
commit c8caaec92b
5 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,7 @@
#include <vector>
#include "api/video_codecs/video_encoder.h"
#include "common_types.h" // NOLINT(build/include)
#include "common_video/include/video_bitrate_allocator.h"
#include "modules/video_coding/codecs/vp8/temporal_layers.h"
#include "rtc_base/constructormagic.h"

View File

@ -15,6 +15,7 @@
#include <vector>
#include "common_types.h" // NOLINT(build/include)
#include "common_video/include/video_bitrate_allocator.h"
namespace webrtc {