From c9cc41ac9cb17a45af7474c90cd838156965934e Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Thu, 27 Sep 2012 10:56:05 +0000 Subject: [PATCH] Remove unneccessary include. BUG= Review URL: https://webrtc-codereview.appspot.com/838007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2832 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../remote_bitrate_estimator_multi_stream.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/remote_bitrate_estimator/remote_bitrate_estimator_multi_stream.h b/src/modules/remote_bitrate_estimator/remote_bitrate_estimator_multi_stream.h index 567cc329a..80d3208de 100644 --- a/src/modules/remote_bitrate_estimator/remote_bitrate_estimator_multi_stream.h +++ b/src/modules/remote_bitrate_estimator/remote_bitrate_estimator_multi_stream.h @@ -23,7 +23,6 @@ #include "system_wrappers/interface/critical_section_wrapper.h" #include "system_wrappers/interface/scoped_ptr.h" #include "typedefs.h" -#include "video_engine/stream_synchronization.h" namespace webrtc {