| Index: webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc
|
| diff --git a/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc b/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc
|
| index fd9636a88d803ee3695de2ccb7dea249c47d2dd4..3f467ef8a46e16ecb668c6ac35131fbd26d7e2bf 100644
|
| --- a/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc
|
| +++ b/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc
|
| @@ -8,11 +8,11 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| -
|
| #include <algorithm>
|
| #include <vector>
|
|
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
| +
|
| #include "webrtc/modules/bitrate_controller/include/bitrate_controller.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
|
|
|
|