| Index: net/quic/core/congestion_control/cubic.cc
|
| diff --git a/net/quic/core/congestion_control/cubic.cc b/net/quic/core/congestion_control/cubic.cc
|
| index 26ce0698e8a8c0d67cd7eb5681c1dc24572ac63d..f0a1871b70155b0f1a57325f25f5737be88fcbd5 100644
|
| --- a/net/quic/core/congestion_control/cubic.cc
|
| +++ b/net/quic/core/congestion_control/cubic.cc
|
| @@ -4,15 +4,13 @@
|
|
|
| #include "net/quic/core/congestion_control/cubic.h"
|
|
|
| -#include <stdint.h>
|
| #include <algorithm>
|
| #include <cmath>
|
| +#include <cstdint>
|
|
|
| #include "base/logging.h"
|
| #include "net/quic/core/quic_flags.h"
|
| #include "net/quic/core/quic_packets.h"
|
| -#include "net/quic/core/quic_time.h"
|
| -
|
|
|
| namespace net {
|
|
|
|
|