commit | 834a55496217c8362b6ab417df68abe49b85db0b | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Mon Sep 23 10:31:16 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 24 08:22:38 2019 +0000 |
tree | dc8adce43aae6ad5401cad26b0bc28edf547a85d | |
parent | bf5ee00f8d403810456ca98a8c13c80916573578 [diff] [blame] |
Include module_common_types.h only where needed Bug: None Change-Id: I73d493f8f186b429c7be808f4dfac0398f150931 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/153891 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29277}
diff --git a/modules/audio_coding/test/RTPFile.h b/modules/audio_coding/test/RTPFile.h index eda576d..74fe9e8 100644 --- a/modules/audio_coding/test/RTPFile.h +++ b/modules/audio_coding/test/RTPFile.h
@@ -15,8 +15,7 @@ #include <queue> -#include "modules/audio_coding/include/audio_coding_module.h" -#include "modules/include/module_common_types.h" +#include "api/rtp_headers.h" #include "rtc_base/synchronization/rw_lock_wrapper.h" namespace webrtc {