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 824192 31daa50cd025087a9470ae78413f4beafb48427e
parent 824191 b2a62ffcb87272c43b0e9df9f2e19a066712f8d2
child 824193 6d79ae3cb11ee44eba28515d81f2946a3a921115
child 824241 f4e18a7e39d68b1b4493d69b29583a57957f9766
child 824622 58c58bed10d37baf5d583d3af3176c215b7347de
child 824648 366945e86efca27c4416a22f7591d190a5a90042
push id117838
push userpaul@paul.cx
push dateMon, 30 Jul 2018 10:13:15 +0000
reviewerspehrsons
bugs1404977
milestone63.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