Bug 1404977 - Part 6 - Remove unused include for lock-free FIFO. r?pehrsons draft
authorPaul Adenot <paul@paul.cx>
Mon, 30 Apr 2018 15:33:28 +0200
changeset 798183 d203db6261e38cf02390a38b13d1d10ff02d68bc
parent 798182 aa5431fa17f006ccff3f958f79d7b6695c47b1ad
child 798184 d632a9498a8e31724225af88f62a9a816374a987
push id110687
push userachronop@gmail.com
push dateTue, 22 May 2018 14:13:17 +0000
reviewerspehrsons
bugs1404977
milestone62.0a1
Bug 1404977 - Part 6 - Remove unused include for lock-free FIFO. r?pehrsons MozReview-Commit-ID: 8gVKlD7lMIX
dom/media/webrtc/MediaEngineWebRTCAudio.cpp
--- a/dom/media/webrtc/MediaEngineWebRTCAudio.cpp
+++ b/dom/media/webrtc/MediaEngineWebRTCAudio.cpp
@@ -18,17 +18,16 @@
 #include "mtransport/runnable_utils.h"
 #include "nsAutoPtr.h"
 #include "Tracing.h"
 
 // scoped_ptr.h uses FF
 #ifdef FF
 #undef FF
 #endif
-#include "webrtc/modules/audio_device/opensl/single_rw_fifo.h"
 #include "webrtc/voice_engine/voice_engine_defines.h"
 #include "webrtc/modules/audio_processing/include/audio_processing.h"
 #include "webrtc/common_audio/include/audio_util.h"
 
 using namespace webrtc;
 
 // These are restrictions from the webrtc.org code
 #define MAX_CHANNELS 2