commit | 7c06777ab088a2c5bcdddd1c80aff515fd894e17 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Mon Oct 07 10:56:24 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 07 16:06:26 2019 |
tree | 5ee31f8ba6135f0aa93a884ca0d6e38c8cb8e8d2 | |
parent | 0824c6f61a06e2a14fd4676042e205d345914871 [diff] [blame] |
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}
diff --git a/video/end_to_end_tests/transport_feedback_tests.cc b/video/end_to_end_tests/transport_feedback_tests.cc index 2ea092b..0d55fbf 100644 --- a/video/end_to_end_tests/transport_feedback_tests.cc +++ b/video/end_to_end_tests/transport_feedback_tests.cc
@@ -14,6 +14,7 @@ #include "call/call.h" #include "call/fake_network_pipe.h" #include "call/simulated_network.h" +#include "modules/include/module_common_types_public.h" #include "modules/rtp_rtcp/source/byte_io.h" #include "test/call_test.h" #include "test/field_trial.h"