Not part of default build.

Fixed casing of included file so that it compiles
on Linux.  Schema is not part of build.

rs=rayw


git-svn-id: svn://10.0.0.236/trunk@108197 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rayw%netscape.com 2001-11-15 22:44:06 +00:00
parent 44e5d93d15
commit ce658d512b
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
#include "nsIDOMDocument.h"
// loading includes
#include "nsIXMLHTTPRequest.h"
#include "nsIXMLHttpRequest.h"
#include "nsIDOMEvent.h"
#include "nsIDOMEventListener.h"
#include "nsIDOMEventTarget.h"

View File

@ -31,7 +31,7 @@
#include "nsIDOMDocument.h"
// loading includes
#include "nsIXMLHTTPRequest.h"
#include "nsIXMLHttpRequest.h"
#include "nsIDOMEvent.h"
#include "nsIDOMEventListener.h"
#include "nsIDOMEventTarget.h"