| Index: webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc b/webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc
|
| index 36c3acd7ec2cf45dfb1b500fde4b83f9cefb825a..83917912e8824ce34d186d5dab470e1b52e38dd8 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc
|
| @@ -10,12 +10,13 @@
|
|
|
| #include "webrtc/modules/remote_bitrate_estimator/overuse_estimator.h"
|
|
|
| -#include <algorithm>
|
| #include <assert.h>
|
| #include <math.h>
|
| #include <stdlib.h>
|
| #include <string.h>
|
|
|
| +#include <algorithm>
|
| +
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h"
|
|
|
|
|