Index: webrtc/video/video_receive_stream.cc |
diff --git a/webrtc/video/video_receive_stream.cc b/webrtc/video/video_receive_stream.cc |
index 5173b2d4796aa5e8e974bfef5046001f671f77ff..7c64ce3acefc5c382ae7642cab7af7aa819b2f40 100644 |
--- a/webrtc/video/video_receive_stream.cc |
+++ b/webrtc/video/video_receive_stream.cc |
@@ -8,7 +8,6 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/video/video_receive_stream.h" |
#include <stdlib.h> |
@@ -27,6 +26,7 @@ |
#include "webrtc/video/call_stats.h" |
#include "webrtc/video/receive_statistics_proxy.h" |
#include "webrtc/video_receive_stream.h" |
+#include "webrtc/video/video_receive_stream.h" |
stefan-webrtc
2016/11/03 09:30:29
Move back to the top.
|
#include "webrtc/voice_engine/include/voe_video_sync.h" |
namespace webrtc { |