diff --git a/mozilla/htmlparser/src/nsScanner.h b/mozilla/htmlparser/src/nsScanner.h
index 4ecad26d2df..244544d0a15 100644
--- a/mozilla/htmlparser/src/nsScanner.h
+++ b/mozilla/htmlparser/src/nsScanner.h
@@ -39,7 +39,8 @@
#include
class nsIURL;
-class ifstream;
+//class ifstream; XXX mac didn't like this, but this doesn't seem to be needed
+// for the pc either...
class CScanner {
public:
diff --git a/mozilla/parser/htmlparser/src/nsScanner.h b/mozilla/parser/htmlparser/src/nsScanner.h
index 4ecad26d2df..244544d0a15 100644
--- a/mozilla/parser/htmlparser/src/nsScanner.h
+++ b/mozilla/parser/htmlparser/src/nsScanner.h
@@ -39,7 +39,8 @@
#include
class nsIURL;
-class ifstream;
+//class ifstream; XXX mac didn't like this, but this doesn't seem to be needed
+// for the pc either...
class CScanner {
public: