Index: webrtc/video/rtp_video_stream_receiver.cc |
diff --git a/webrtc/video/rtp_video_stream_receiver.cc b/webrtc/video/rtp_video_stream_receiver.cc |
index 6b8ea0f45da013ca768771e512f07eaf78082548..4204670c7eb5094278a093c3b3867d92c26d26ca 100644 |
--- a/webrtc/video/rtp_video_stream_receiver.cc |
+++ b/webrtc/video/rtp_video_stream_receiver.cc |
@@ -13,9 +13,6 @@ |
#include <utility> |
#include <vector> |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/location.h" |
-#include "webrtc/base/logging.h" |
#include "webrtc/common_types.h" |
#include "webrtc/config.h" |
#include "webrtc/media/base/mediaconstants.h" |
@@ -34,6 +31,9 @@ |
#include "webrtc/modules/video_coding/h264_sps_pps_tracker.h" |
#include "webrtc/modules/video_coding/packet_buffer.h" |
#include "webrtc/modules/video_coding/video_coding_impl.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/location.h" |
+#include "webrtc/rtc_base/logging.h" |
#include "webrtc/system_wrappers/include/field_trial.h" |
#include "webrtc/system_wrappers/include/metrics.h" |
#include "webrtc/system_wrappers/include/timestamp_extrapolator.h" |