From ccfa77b688339318f0f0eab2d750df6f07643b2f Mon Sep 17 00:00:00 2001 From: "sicking%bigfoot.com" Date: Mon, 26 Jan 2004 19:32:48 +0000 Subject: [PATCH] Fix bustage from bad casing in #include --- content/base/src/nsAttrAndChildArray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/base/src/nsAttrAndChildArray.cpp b/content/base/src/nsAttrAndChildArray.cpp index af7cf52b54c..53c97364d79 100644 --- a/content/base/src/nsAttrAndChildArray.cpp +++ b/content/base/src/nsAttrAndChildArray.cpp @@ -41,7 +41,7 @@ #include "prmem.h" #include "prbit.h" #include "nsString.h" -#include "nsIHTMLStylesheet.h" +#include "nsIHTMLStyleSheet.h" #include "nsRuleWalker.h" #include "nsMappedAttributes.h" #include "nsUnicharUtils.h"