Moved call.h and most of api/call/* into call/

BUG=webrtc:6716

Review-Url: https://codereview.webrtc.org/2550273003
Cr-Commit-Position: refs/heads/master@{#15460}
This commit is contained in:
ossu
2016-12-07 04:52:58 -08:00
committed by Commit bot
parent 7495c8c3ac
commit f515ab8c3f
56 changed files with 270 additions and 228 deletions

View File

@ -16,7 +16,7 @@
#include <limits>
#include "webrtc/base/checks.h"
#include "webrtc/call.h"
#include "webrtc/call/call.h"
#include "webrtc/modules/audio_coding/neteq/tools/packet.h"
#include "webrtc/modules/rtp_rtcp/include/rtp_header_parser.h"