Cleanup includes in modules/include/module_common_types.h

Add missing includes to files that were transactivly depending on removed includes.

Bug: None
Change-Id: Id5923bb8dc3e1d8fbb664e460278ad3e5993be7e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155963
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29396}
This commit is contained in:
Danil Chapovalov
2019-10-07 12:56:24 +02:00
committed by Commit Bot
parent 0824c6f61a
commit 7c06777ab0
17 changed files with 17 additions and 14 deletions

View File

@ -11,6 +11,7 @@
#include "modules/video_coding/decoding_state.h"
#include "common_video/h264/h264_common.h"
#include "modules/include/module_common_types_public.h"
#include "modules/video_coding/frame_buffer.h"
#include "modules/video_coding/jitter_buffer_common.h"
#include "modules/video_coding/packet.h"