Remove include of stdio.h from nsTraceRefcnt.h. b=227074 r=dougt sr,a=brendan

git-svn-id: svn://10.0.0.236/trunk@150261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2003-12-12 23:02:12 +00:00
parent 3c2bf5da92
commit 22320a099e
7 changed files with 6 additions and 2 deletions

View File

@ -37,6 +37,7 @@
* ***** END LICENSE BLOCK ***** */
#include <stdlib.h>
#include <stdio.h>
#include "nsXPCOM.h"
#include "nsITransactionManager.h"
#include "nsIComponentManager.h"

View File

@ -37,6 +37,7 @@
*
* ***** END LICENSE BLOCK ***** */
#include <stdio.h>
#include "prmem.h"
#include "nsCRT.h"
#include "nsICharRepresentable.h"

View File

@ -47,6 +47,7 @@
*/
#include <stdio.h>
#include "nsCOMPtr.h"
#include "nsIComponentManager.h"
#include "nsIEventQueueService.h"
@ -67,7 +68,6 @@
#include "prio.h"
#include "prthread.h"
////////////////////////////////////////////////////////////////////////
// CIDs

View File

@ -35,6 +35,7 @@
#ifndef nsTraceMalloc_h___
#define nsTraceMalloc_h___
#include <stdio.h> /* for FILE */
#include "prtypes.h"
PR_BEGIN_EXTERN_C

View File

@ -33,6 +33,7 @@
*
* ***** END LICENSE BLOCK ***** */
#include <stdio.h>
#include "XRemoteClient.h"
int main(int argc, char **argv)

View File

@ -38,6 +38,7 @@
#ifndef nsTraceRefcntImpl_h___
#define nsTraceRefcntImpl_h___
#include <stdio.h> // for FILE
#include "nsITraceRefcnt.h"
class nsTraceRefcntImpl : public nsITraceRefcnt

View File

@ -39,7 +39,6 @@
#define nsTraceRefcnt_h___
#include "nscore.h"
#include <stdio.h> // XXXldb We should remove this and add it where needed.
class nsISupports;