Fixed Unix Build Error -- nsCoord.h must be case sensitive

git-svn-id: svn://10.0.0.236/trunk@858 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kostello 1998-04-29 18:39:30 +00:00
parent df4c7e0fc5
commit e8e9dbc69b

View File

@ -18,7 +18,7 @@
#ifndef nsTableCell_h__
#define nsTableCell_h__
#include "nscoord.h"
#include "nsCoord.h"
#include "nscore.h"
#include "nsTableContent.h"
#include "nsTableRow.h"