fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.

r=dmose, sr=jag, a=asa
This commit is contained in:
alecf@netscape.com
2002-07-25 18:31:10 +00:00
parent 63c8aa3ee6
commit fff3bf6fe2
65 changed files with 82 additions and 79 deletions

View File

@@ -40,7 +40,8 @@
#include <time.h>
#include <stdio.h>
#include "nsScanner.h"
#include "nsToken.h"
#include "nsToken.h"
#include "nsIAtom.h"
#include "nsHTMLTokens.h"
#include "prtypes.h"
#include "nsDebug.h"