From d4adc5b26ffa8406d1dec1130380da51ec38fc43 Mon Sep 17 00:00:00 2001 From: "pwestin@webrtc.org" Date: Thu, 19 Jan 2012 15:55:30 +0000 Subject: [PATCH] removed unused include from remote rate control. Review URL: https://webrtc-codereview.appspot.com/350015 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1476 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/rtp_rtcp/source/remote_rate_control.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/rtp_rtcp/source/remote_rate_control.h b/src/modules/rtp_rtcp/source/remote_rate_control.h index e404dc7009..973ca074cc 100644 --- a/src/modules/rtp_rtcp/source/remote_rate_control.h +++ b/src/modules/rtp_rtcp/source/remote_rate_control.h @@ -13,7 +13,6 @@ #include "bwe_defines.h" #include "typedefs.h" -#include "list_wrapper.h" #ifdef MATLAB #include "../test/BWEStandAlone/MatlabPlot.h"