Making this mess build on Mac, fixing the tinderbox bustage.

git-svn-id: svn://10.0.0.236/trunk@83106 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2000-11-30 04:35:38 +00:00
parent 7cc77eb02b
commit fd525c9994
3 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@
#ifndef NSDOMWALKER_H
#define NSDOMWALKER_H
#include <nsIDOMNode.h>
#include "nsIDOMNode.h"
class nsDOMWalkerCallback
{

View File

@@ -23,18 +23,18 @@
#ifndef nsWebBrowserPersist_h__
#define nsWebBrowserPersist_h__
#include <nsCOMPtr.h>
#include "nsCOMPtr.h"
#include <nsIMIMEService.h>
#include <nsIStreamListener.h>
#include <nsIOutputStream.h>
#include <nsIInputStream.h>
#include <nsIFileStream.h>
#include <nsIChannel.h>
#include <nsIStyleSheet.h>
#include <nsIDocumentEncoder.h>
#include "nsIMIMEService.h"
#include "nsIStreamListener.h"
#include "nsIOutputStream.h"
#include "nsIInputStream.h"
#include "nsIFileStream.h"
#include "nsIChannel.h"
#include "nsIStyleSheet.h"
#include "nsIDocumentEncoder.h"
#include <nsHashtable.h>
#include "nsHashtable.h"
#include "nsIWebBrowserPersist.h"
#include "nsDOMWalker.h"
@@ -46,7 +46,7 @@ class nsWebBrowserPersist : public nsIWebBrowserPersist,
public nsIStreamListener,
public nsDOMWalkerCallback
{
friend nsEncoderNodeFixup;
friend class nsEncoderNodeFixup;
// Public members
public: