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:
parent
3c2bf5da92
commit
22320a099e
@ -37,6 +37,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include "nsXPCOM.h"
|
||||
#include "nsITransactionManager.h"
|
||||
#include "nsIComponentManager.h"
|
||||
|
||||
@ -37,6 +37,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include <stdio.h>
|
||||
#include "prmem.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsICharRepresentable.h"
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -35,6 +35,7 @@
|
||||
#ifndef nsTraceMalloc_h___
|
||||
#define nsTraceMalloc_h___
|
||||
|
||||
#include <stdio.h> /* for FILE */
|
||||
#include "prtypes.h"
|
||||
|
||||
PR_BEGIN_EXTERN_C
|
||||
|
||||
@ -33,6 +33,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include <stdio.h>
|
||||
#include "XRemoteClient.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
||||
@ -38,6 +38,7 @@
|
||||
#ifndef nsTraceRefcntImpl_h___
|
||||
#define nsTraceRefcntImpl_h___
|
||||
|
||||
#include <stdio.h> // for FILE
|
||||
#include "nsITraceRefcnt.h"
|
||||
|
||||
class nsTraceRefcntImpl : public nsITraceRefcnt
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user