Fix #include file case, so that Mac builds on UFS volumes work. r=gracie

This commit is contained in:
sfraser%netscape.com 2006-02-10 22:49:19 +00:00
Родитель 07922d5cff
Коммит a29944d382
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -46,7 +46,7 @@
#include "nsIRenderingContext.h"
#include "nsIFontEnumerator.h"
#include <Types.h>
#include <QuickDraw.h>
#include <Quickdraw.h>
#include "nsIScreen.h"
#include "nsIScreenManager.h"