Include nscore.h instead of nsCom.h. b=226555 r=dougt sr=darin a=asa

git-svn-id: svn://10.0.0.236/trunk@149839 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2003-11-29 18:56:10 +00:00
parent 54b6320351
commit c4bdc17ba3
16 changed files with 11 additions and 18 deletions

View File

@ -40,7 +40,7 @@
#include "nsCom.h" #include "nscore.h"
#include "nsISupports.h" #include "nsISupports.h"
#include "nsILineBreakerFactory.h" #include "nsILineBreakerFactory.h"

View File

@ -39,7 +39,7 @@
#ifndef nsCaseConversionImp2_h__ #ifndef nsCaseConversionImp2_h__
#define nsCaseConversionImp2_h__ #define nsCaseConversionImp2_h__
#include "nsCom.h" #include "nscore.h"
#include "nsISupports.h" #include "nsISupports.h"
#include "nsICaseConversion.h" #include "nsICaseConversion.h"

View File

@ -36,7 +36,7 @@
* *
* ***** END LICENSE BLOCK ***** */ * ***** END LICENSE BLOCK ***** */
#include "nsCom.h" #include "nscore.h"
#include "pratom.h" #include "pratom.h"
#include "nsUUDll.h" #include "nsUUDll.h"
#include "nsISupports.h" #include "nsISupports.h"

View File

@ -38,7 +38,7 @@
#ifndef nsCategoryImp_h__ #ifndef nsCategoryImp_h__
#define nsCategoryImp_h__ #define nsCategoryImp_h__
#include "nsCom.h" #include "nscore.h"
#include "nsISupports.h" #include "nsISupports.h"
#include "nsIUGenCategory.h" #include "nsIUGenCategory.h"

View File

@ -38,7 +38,7 @@
#ifndef nsUnicodeNormalizer_h__ #ifndef nsUnicodeNormalizer_h__
#define nsUnicodeNormalizer_h__ #define nsUnicodeNormalizer_h__
#include "nsCom.h" #include "nscore.h"
#include "nsISupports.h" #include "nsISupports.h"
#include "nsIUnicodeNormalizer.h" #include "nsIUnicodeNormalizer.h"

View File

@ -38,7 +38,6 @@
#ifndef __nsMsgAppCore_h #ifndef __nsMsgAppCore_h
#define __nsMsgAppCore_h #define __nsMsgAppCore_h
#include "nsCom.h"
#include "nscore.h" #include "nscore.h"
#include "nsIMessenger.h" #include "nsIMessenger.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"

View File

@ -38,7 +38,6 @@
#include "nsMsgIncomingServer.h" #include "nsMsgIncomingServer.h"
#include "nscore.h" #include "nscore.h"
#include "nsCom.h"
#include "plstr.h" #include "plstr.h"
#include "prmem.h" #include "prmem.h"
#include "prprf.h" #include "prprf.h"

View File

@ -40,7 +40,7 @@
#include "jvmmgr.h" #include "jvmmgr.h"
#include "prtypes.h" #include "prtypes.h"
#include "nsCom.h" #include "nscore.h"
#include "jni.h" #include "jni.h"
#include "jsdbgapi.h" #include "jsdbgapi.h"
#include "nsError.h" #include "nsError.h"

View File

@ -48,7 +48,7 @@
#include "nsIURL.h" #include "nsIURL.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsCom.h" #include "nscore.h"
#include "nsWeakPtr.h" #include "nsWeakPtr.h"
#include "nsIDOMWindow.h" #include "nsIDOMWindow.h"

View File

@ -38,7 +38,6 @@
#ifndef nsDecodeAppleFile_h__ #ifndef nsDecodeAppleFile_h__
#define nsDecodeAppleFile_h__ #define nsDecodeAppleFile_h__
#include "nsCom.h"
#include "nscore.h" #include "nscore.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsIFile.h" #include "nsIFile.h"

View File

@ -129,7 +129,6 @@
#define nsFixedSizeAllocator_h__ #define nsFixedSizeAllocator_h__
#include "nscore.h" #include "nscore.h"
#include "nsCom.h"
#include "nsError.h" #include "nsError.h"
#include "plarena.h" #include "plarena.h"

View File

@ -40,7 +40,6 @@
#include "pldhash.h" #include "pldhash.h"
#include "prlock.h" #include "prlock.h"
#include "nscore.h" #include "nscore.h"
#include "nsCom.h"
#include "nsString.h" #include "nsString.h"
class nsIObjectInputStream; class nsIObjectInputStream;

View File

@ -29,7 +29,6 @@
#include <stdio.h> #include <stdio.h>
#include "nscore.h" #include "nscore.h"
#include "nsCom.h"
#include "plhash.h" #include "plhash.h"
/** /**

View File

@ -39,7 +39,7 @@
#define nsVector_h__ #define nsVector_h__
#include "plvector.h" #include "plvector.h"
#include "nsCom.h" #include "nscore.h"
class nsVector : public PLVector { class nsVector : public PLVector {
public: public:

View File

@ -38,9 +38,8 @@
#ifndef nsTraceRefcnt_h___ #ifndef nsTraceRefcnt_h___
#define nsTraceRefcnt_h___ #define nsTraceRefcnt_h___
#include "nsCom.h" #include "nscore.h"
#include <stdio.h> // XXXldb We should remove this and add it where needed.
#include <stdio.h>
class nsISupports; class nsISupports;

View File

@ -23,7 +23,7 @@
#include "nsAutoPtr.h" #include "nsAutoPtr.h"
#include <stdio.h> #include <stdio.h>
#include "nsCom.h" #include "nscore.h"
class TestObjectBaseA { class TestObjectBaseA {
public: public: