Bug 1296531 - Order MSGImpl.h-includes alphabetically. r?jesup draft
authorAndreas Pehrson <pehrsons@gmail.com>
Tue, 16 May 2017 12:37:38 +0200
changeset 670310 c5ef2cd5cb6e60f72bb459d3da6ee9d824d0dc4b
parent 670309 4c9cb4116f5038383767ee82aedb818f67db8a58
child 670311 1e9ef14347b4f07f3d64cf75b93c376ba1646bb9
push id81598
push userbmo:apehrson@mozilla.com
push dateTue, 26 Sep 2017 09:13:19 +0000
reviewersjesup
bugs1296531
milestone58.0a1
Bug 1296531 - Order MSGImpl.h-includes alphabetically. r?jesup MozReview-Commit-ID: HklmT8OtzOr
dom/media/MediaStreamGraphImpl.h
--- a/dom/media/MediaStreamGraphImpl.h
+++ b/dom/media/MediaStreamGraphImpl.h
@@ -3,32 +3,31 @@
  * 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/. */
 
 #ifndef MOZILLA_MEDIASTREAMGRAPHIMPL_H_
 #define MOZILLA_MEDIASTREAMGRAPHIMPL_H_
 
 #include "MediaStreamGraph.h"
 
+#include "AudioMixer.h"
+#include "GraphDriver.h"
+#include "Latency.h"
+#include "mozilla/Monitor.h"
+#include "mozilla/Services.h"
+#include "mozilla/TimeStamp.h"
+#include "mozilla/UniquePtr.h"
+#include "mozilla/WeakPtr.h"
 #include "nsDataHashtable.h"
-
-#include "nsITimer.h"
-#include "mozilla/Monitor.h"
-#include "mozilla/TimeStamp.h"
+#include "nsIASyncShutdown.h"
 #include "nsIMemoryReporter.h"
 #include "nsINamed.h"
+#include "nsIRunnable.h"
 #include "nsIThread.h"
-#include "nsIRunnable.h"
-#include "nsIAsyncShutdown.h"
-#include "Latency.h"
-#include "mozilla/Services.h"
-#include "mozilla/UniquePtr.h"
-#include "mozilla/WeakPtr.h"
-#include "GraphDriver.h"
-#include "AudioMixer.h"
+#include "nsITimer.h"
 
 namespace mozilla {
 
 template <typename T>
 class LinkedList;
 #ifdef MOZ_WEBRTC
 class AudioOutputObserver;
 #endif