Bug 912702 - Minimize the #includes in content/media; r=roc

This commit is contained in:
Ehsan Akhgari
2013-09-05 16:25:17 -04:00
parent 02572163c5
commit b6e09b5df3
67 changed files with 176 additions and 111 deletions

View File

@@ -4,9 +4,9 @@
* 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 "mozilla/XPCOM.h"
#include "FileBlockCache.h"
#include "VideoUtils.h"
#include "prio.h"
#include <algorithm>
namespace mozilla {