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 794146 4914fb95154bcf53dba8aca4b0862649724fcaf2
parent 794145 09d60c0932c4ad9bcb37db2d3a6a21851490acd0
child 794147 79ebf1b2bd24b8da8da3bd2fbee5dc196637b18a
push id109576
push userachronop@gmail.com
push dateFri, 11 May 2018 11:11:31 +0000
reviewerspehrsons
bugs1404977
milestone62.0a1
Bug 1404977 - Part 6 - Remove unused include for lock-free FIFO. r?pehrsons MozReview-Commit-ID: 8OzW9YZFnjJ
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