Move RtpExtension to api/ directory and config.h/.cc to call/.

BUG=webrtc:5876
R=deadbeef@webrtc.org, solenberg@webrtc.org

Review-Url: https://codereview.webrtc.org/3004723002 .
Cr-Commit-Position: refs/heads/master@{#19639}
This commit is contained in:
Stefan Holmer
2017-09-01 15:29:28 +02:00
parent 801f722377
commit 1acbd68718
41 changed files with 602 additions and 450 deletions

View File

@ -16,8 +16,8 @@
#include <set>
#include <string>
#include "webrtc/api/rtpparameters.h"
#include "webrtc/common_types.h"
#include "webrtc/config.h"
#include "webrtc/rtc_base/checks.h"
#include "webrtc/rtc_base/logging.h"