From 1ca4bf97fffcf8126ef3c8e31d3c2fba1a69c46a Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Fri, 28 Sep 2012 08:26:00 +0000 Subject: [PATCH] Remove unneccessary includes. BUG= Review URL: https://webrtc-codereview.appspot.com/853005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2838 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../include/remote_bitrate_estimator.h | 8 +------- .../remote_bitrate_estimator_multi_stream.h | 1 + 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h b/src/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h index d30a9624b..10eef955f 100644 --- a/src/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h +++ b/src/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h @@ -15,14 +15,8 @@ #include -#include "modules/remote_bitrate_estimator/bitrate_estimator.h" -#include "modules/remote_bitrate_estimator/overuse_detector.h" -#include "modules/remote_bitrate_estimator/remote_rate_control.h" -#include "system_wrappers/interface/constructor_magic.h" -#include "system_wrappers/interface/critical_section_wrapper.h" -#include "system_wrappers/interface/scoped_ptr.h" +#include "common_types.h" #include "typedefs.h" -#include "video_engine/stream_synchronization.h" namespace webrtc { 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 80d3208de..caa0d65b4 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 @@ -17,6 +17,7 @@ #include "modules/remote_bitrate_estimator/bitrate_estimator.h" #include "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" +#include "modules/remote_bitrate_estimator/include/rtp_to_ntp.h" #include "modules/remote_bitrate_estimator/overuse_detector.h" #include "modules/remote_bitrate_estimator/remote_rate_control.h" #include "system_wrappers/interface/constructor_magic.h"