Use <> for system headers, not "". This should help prevent Sun WSU2

compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@108847 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2001-11-23 22:36:54 +00:00
parent b79fb11b45
commit d0c7beb38b
49 changed files with 53 additions and 53 deletions

View File

@@ -38,7 +38,7 @@
#include "nsParserNode.h"
#include "string.h"
#include <string.h>
#include "nsHTMLTokens.h"
#include "nsITokenizer.h"
#include "nsDTDUtils.h"