зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1775152 - Cleanup media/webrtc/ includes r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D149804
This commit is contained in:
Родитель
580a244ae7
Коммит
cda49eb83a
|
@ -10,7 +10,6 @@
|
|||
#include "AudioConduit.h"
|
||||
#include "ConcreteConduitControl.h"
|
||||
#include "WaitFor.h"
|
||||
#include "WebrtcCallWrapper.h"
|
||||
|
||||
#include "MockCall.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include <iostream>
|
||||
#include <map>
|
||||
|
||||
#include "nspr.h"
|
||||
#include "nss.h"
|
||||
#include "ssl.h"
|
||||
|
||||
|
@ -24,7 +23,6 @@
|
|||
#include "jsep/JsepTrack.h"
|
||||
#include "jsep/JsepSession.h"
|
||||
#include "jsep/JsepSessionImpl.h"
|
||||
#include "jsep/JsepTrack.h"
|
||||
|
||||
namespace mozilla {
|
||||
static std::string kAEqualsCandidate("a=candidate:");
|
||||
|
|
|
@ -4,35 +4,26 @@
|
|||
|
||||
// Original author: ekr@rtfm.com
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "logging.h"
|
||||
#include "nss.h"
|
||||
#include "ssl.h"
|
||||
|
||||
#include "api/audio_codecs/builtin_audio_decoder_factory.h"
|
||||
#include "api/scoped_refptr.h"
|
||||
#include "call/call.h"
|
||||
#include "AudioSegment.h"
|
||||
#include "AudioStreamTrack.h"
|
||||
#include "ConcreteConduitControl.h"
|
||||
#include "modules/audio_device/include/fake_audio_device.h"
|
||||
#include "modules/audio_mixer/audio_mixer_impl.h"
|
||||
#include "modules/audio_processing/include/audio_processing.h"
|
||||
#include "mozilla/Mutex.h"
|
||||
#include "mozilla/RefPtr.h"
|
||||
#include "mozilla/ResultVariant.h"
|
||||
#include "mozilla/SpinEventLoopUntil.h"
|
||||
#include "MediaPipeline.h"
|
||||
#include "MediaPipelineFilter.h"
|
||||
#include "MediaTrackGraph.h"
|
||||
#include "MediaTrackListener.h"
|
||||
#include "MediaStreamTrack.h"
|
||||
#include "TaskQueueWrapper.h"
|
||||
#include "transportflow.h"
|
||||
#include "transportlayerloopback.h"
|
||||
#include "transportlayerdtls.h"
|
||||
#include "transportlayersrtp.h"
|
||||
#include "mozilla/SyncRunnable.h"
|
||||
#include "mtransport_test_utils.h"
|
||||
#include "SharedBuffer.h"
|
||||
#include "MediaTransportHandler.h"
|
||||
|
|
|
@ -4,19 +4,14 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "timecard.h"
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
#define GTEST_HAS_RTTI 0
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "nspr.h"
|
||||
#include "nss.h"
|
||||
#include "ssl.h"
|
||||
|
||||
#include "nsThreadUtils.h"
|
||||
|
||||
#include "sdp/RsdparsaSdpParser.h"
|
||||
#include "sdp/SipccSdpParser.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче