Bug 1215763 - part 1 - remove unnecessary nsAutoPtr.h includes; r=seth

These turned up when grepping around for nsAutoPtr; it seemed easier to
remove them as a first step.
This commit is contained in:
Nathan Froyd
2015-10-17 06:52:21 -04:00
parent c2814decb2
commit 71eaa22b74
9 changed files with 0 additions and 10 deletions

View File

@@ -9,7 +9,6 @@
#include "mozilla/ClearOnShutdown.h" #include "mozilla/ClearOnShutdown.h"
#include "mozilla/Monitor.h" #include "mozilla/Monitor.h"
#include "nsAutoPtr.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsIObserverService.h" #include "nsIObserverService.h"
#include "nsIThreadPool.h" #include "nsIThreadPool.h"

View File

@@ -14,7 +14,6 @@
#include "nsComponentManagerUtils.h" #include "nsComponentManagerUtils.h"
#include "nsError.h" #include "nsError.h"
#include "Decoder.h" #include "Decoder.h"
#include "nsAutoPtr.h"
#include "prenv.h" #include "prenv.h"
#include "prsystem.h" #include "prsystem.h"
#include "ImageContainer.h" #include "ImageContainer.h"

View File

@@ -6,7 +6,6 @@
#include "ShutdownTracker.h" #include "ShutdownTracker.h"
#include "mozilla/Services.h" #include "mozilla/Services.h"
#include "nsAutoPtr.h"
#include "nsIObserver.h" #include "nsIObserver.h"
#include "nsIObserverService.h" #include "nsIObserverService.h"

View File

@@ -28,7 +28,6 @@
#include "imgFrame.h" #include "imgFrame.h"
#include "Image.h" #include "Image.h"
#include "LookupResult.h" #include "LookupResult.h"
#include "nsAutoPtr.h"
#include "nsExpirationTracker.h" #include "nsExpirationTracker.h"
#include "nsHashKeys.h" #include "nsHashKeys.h"
#include "nsRefPtrHashtable.h" #include "nsRefPtrHashtable.h"

View File

@@ -10,7 +10,6 @@
#include "BMPFileHeaders.h" #include "BMPFileHeaders.h"
#include "Decoder.h" #include "Decoder.h"
#include "gfxColor.h" #include "gfxColor.h"
#include "nsAutoPtr.h"
#include "StreamingLexer.h" #include "StreamingLexer.h"
namespace mozilla { namespace mozilla {

View File

@@ -7,7 +7,6 @@
#ifndef mozilla_image_decoders_nsICODecoder_h #ifndef mozilla_image_decoders_nsICODecoder_h
#define mozilla_image_decoders_nsICODecoder_h #define mozilla_image_decoders_nsICODecoder_h
#include "nsAutoPtr.h"
#include "StreamingLexer.h" #include "StreamingLexer.h"
#include "Decoder.h" #include "Decoder.h"
#include "imgFrame.h" #include "imgFrame.h"

View File

@@ -15,8 +15,6 @@
#include "Decoder.h" #include "Decoder.h"
#include "nsAutoPtr.h"
#include "nsIInputStream.h" #include "nsIInputStream.h"
#include "nsIPipe.h" #include "nsIPipe.h"
#include "qcms.h" #include "qcms.h"

View File

@@ -10,7 +10,6 @@
#include "imgIEncoder.h" #include "imgIEncoder.h"
#include "nsAutoPtr.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "ICOFileHeaders.h" #include "ICOFileHeaders.h"

View File

@@ -13,7 +13,6 @@
#include "nsIThreadRetargetableStreamListener.h" #include "nsIThreadRetargetableStreamListener.h"
#include "nsIPrincipal.h" #include "nsIPrincipal.h"
#include "nsAutoPtr.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsProxyRelease.h" #include "nsProxyRelease.h"
#include "nsStringGlue.h" #include "nsStringGlue.h"