Skip to content

Commit

Permalink
Bug 1065250 - Tidy up unneeded includes after several refactorings. r…
Browse files Browse the repository at this point in the history
…=karlt
  • Loading branch information
kinetiknz committed Sep 17, 2014
1 parent 1a71b9c commit ea87165
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion content/media/mediasource/MediaSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "nsContentTypeParser.h"
#include "nsDebug.h"
#include "nsError.h"
#include "nsIEventTarget.h"
#include "nsIRunnable.h"
#include "nsPIDOMWindow.h"
#include "nsString.h"
Expand Down
1 change: 0 additions & 1 deletion content/media/mediasource/MediaSourceReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "DecoderTraits.h"
#include "MediaDataDecodedListener.h"
#include "MediaDecoderOwner.h"
#include "MediaSource.h"
#include "MediaSourceDecoder.h"
#include "MediaSourceUtils.h"
#include "SourceBufferDecoder.h"
Expand Down
1 change: 0 additions & 1 deletion content/media/mediasource/SourceBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "AsyncEventRunner.h"
#include "MediaSourceUtils.h"
#include "TrackBuffer.h"
#include "VideoUtils.h"
#include "mozilla/ErrorResult.h"
#include "mozilla/FloatingPoint.h"
#include "mozilla/Preferences.h"
Expand Down
1 change: 0 additions & 1 deletion content/media/mediasource/SourceBufferDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "prlog.h"
#include "AbstractMediaDecoder.h"
#include "MediaDecoderReader.h"
#include "mozilla/dom/TimeRanges.h"

#ifdef PR_LOGGING
extern PRLogModuleInfo* GetMediaSourceLog();
Expand Down
1 change: 0 additions & 1 deletion content/media/mediasource/SourceBufferList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "mozilla/dom/SourceBufferListBinding.h"
#include "mozilla/mozalloc.h"
#include "nsCOMPtr.h"
#include "nsIEventTarget.h"
#include "nsIRunnable.h"
#include "nsString.h"
#include "nsThreadUtils.h"
Expand Down
9 changes: 1 addition & 8 deletions content/media/mediasource/SourceBufferResource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@

#include "SourceBufferResource.h"

#include <string.h>
#include <algorithm>

#include "nsISeekableStream.h"
#include "nsISupportsImpl.h"
#include "nsISupports.h"
#include "prlog.h"

#ifdef PR_LOGGING
Expand All @@ -32,12 +31,6 @@ PRLogModuleInfo* GetSourceBufferResourceLog()

namespace mozilla {

namespace dom {

class SourceBuffer;

} // namespace dom

nsresult
SourceBufferResource::Close()
{
Expand Down
1 change: 0 additions & 1 deletion content/media/mediasource/TrackBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "SourceBufferDecoder.h"
#include "SourceBufferResource.h"
#include "VideoUtils.h"
#include "mozilla/dom/MediaSourceBinding.h"
#include "mozilla/dom/TimeRanges.h"
#include "nsError.h"
#include "nsIRunnable.h"
Expand Down

0 comments on commit ea87165

Please sign in to comment.