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:
parent
a4f9ba6a3f
commit
1ca4bf97ff
@ -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 {
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user