| Index: webrtc/pc/webrtcsdp.cc
|
| diff --git a/webrtc/pc/webrtcsdp.cc b/webrtc/pc/webrtcsdp.cc
|
| index e514fe7c60b96efb30de1ca66b39da06978868c0..7dc2605dbe2036b66f4d4f5c3413b009396568cb 100644
|
| --- a/webrtc/pc/webrtcsdp.cc
|
| +++ b/webrtc/pc/webrtcsdp.cc
|
| @@ -22,13 +22,8 @@
|
|
|
| #include "webrtc/api/jsepicecandidate.h"
|
| #include "webrtc/api/jsepsessiondescription.h"
|
| -#include "webrtc/rtc_base/arraysize.h"
|
| -#include "webrtc/rtc_base/checks.h"
|
| -#include "webrtc/rtc_base/logging.h"
|
| -#include "webrtc/rtc_base/messagedigest.h"
|
| -#include "webrtc/rtc_base/stringutils.h"
|
| // for RtpExtension
|
| -#include "webrtc/config.h"
|
| +#include "webrtc/api/rtpparameters.h"
|
| #include "webrtc/media/base/codec.h"
|
| #include "webrtc/media/base/cryptoparams.h"
|
| #include "webrtc/media/base/mediaconstants.h"
|
| @@ -38,6 +33,11 @@
|
| #include "webrtc/p2p/base/p2pconstants.h"
|
| #include "webrtc/p2p/base/port.h"
|
| #include "webrtc/pc/mediasession.h"
|
| +#include "webrtc/rtc_base/arraysize.h"
|
| +#include "webrtc/rtc_base/checks.h"
|
| +#include "webrtc/rtc_base/logging.h"
|
| +#include "webrtc/rtc_base/messagedigest.h"
|
| +#include "webrtc/rtc_base/stringutils.h"
|
|
|
| using cricket::AudioContentDescription;
|
| using cricket::Candidate;
|
|
|