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
This commit is contained in:
stefan@webrtc.org 2012-09-28 08:26:00 +00:00
parent a4f9ba6a3f
commit 1ca4bf97ff
2 changed files with 2 additions and 7 deletions

View File

@ -15,14 +15,8 @@
#include <map> #include <map>
#include "modules/remote_bitrate_estimator/bitrate_estimator.h" #include "common_types.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 "typedefs.h" #include "typedefs.h"
#include "video_engine/stream_synchronization.h"
namespace webrtc { namespace webrtc {

View File

@ -17,6 +17,7 @@
#include "modules/remote_bitrate_estimator/bitrate_estimator.h" #include "modules/remote_bitrate_estimator/bitrate_estimator.h"
#include "modules/remote_bitrate_estimator/include/remote_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/overuse_detector.h"
#include "modules/remote_bitrate_estimator/remote_rate_control.h" #include "modules/remote_bitrate_estimator/remote_rate_control.h"
#include "system_wrappers/interface/constructor_magic.h" #include "system_wrappers/interface/constructor_magic.h"