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

rs=rayw
This commit is contained in:
rayw%netscape.com 2001-11-15 22:44:06 +00:00
Родитель c096dbbd8b
Коммит c56800b479
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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