Fixed case of nsString.h include

git-svn-id: svn://10.0.0.236/trunk@5301 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-07-10 20:19:03 +00:00
parent 99f12e096a
commit 7bc7766680
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
#include "nsHTMLContentSinkStream.h"
#include "nsHTMLTokens.h"
#include <iostream.h>
#include "nsstring.h"
#include "nsString.h"
#include "nsParserTypes.h"
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);