Fix #include filename spelling -- case matters on Unix systems, at least.

This commit is contained in:
brendan%mozilla.org 2000-05-27 20:54:35 +00:00
parent 2bd2b3bce1
commit 556cebff37
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
#include "nsIIOService.h"
#include "nsIResProtocolHandler.h"
#include "nsLayoutCID.h"
#include "nsGFXCIID.h"
#include "nsGfxCIID.h"
#include "nsIImageManager.h"
#include "prio.h"

View File

@ -71,7 +71,7 @@
#include "nsIIOService.h"
#include "nsIResProtocolHandler.h"
#include "nsLayoutCID.h"
#include "nsGFXCIID.h"
#include "nsGfxCIID.h"
#include "nsIImageManager.h"
#include "prio.h"