Stop using api/webrtcsdp.h.

Bug: None
Change-Id: Ia965ea3663306e53003efe8a072f7fb417235b3b
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/34480
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21326}
This commit is contained in:
Mirko Bonadei
2017-12-18 16:00:13 +01:00
committed by Commit Bot
parent 28a06b16cc
commit 88bc9d5e53

View File

@ -14,11 +14,11 @@
#include "api/candidate.h"
#include "api/jsepicecandidate.h"
#include "api/jsepsessiondescription.h"
#include "api/webrtcsdp.h"
#include "p2p/base/p2pconstants.h"
#include "p2p/base/port.h"
#include "p2p/base/sessiondescription.h"
#include "pc/mediasession.h"
#include "pc/webrtcsdp.h"
#include "rtc_base/gunit.h"
#include "rtc_base/ptr_util.h"
#include "rtc_base/stringencode.h"