From 460bc80b0e7fb43180f9f2924003626935bb5777 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Sat, 20 Nov 1999 05:27:35 +0000 Subject: [PATCH] Fixed include for non-debug builds. git-svn-id: svn://10.0.0.236/trunk@54039 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/string/obsolete/nsStr.h | 3 +-- mozilla/xpcom/ds/nsStr.h | 3 +-- mozilla/xpcom/string/obsolete/nsStr.h | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/mozilla/string/obsolete/nsStr.h b/mozilla/string/obsolete/nsStr.h index 6fede507c2f..8c04f56d032 100644 --- a/mozilla/string/obsolete/nsStr.h +++ b/mozilla/string/obsolete/nsStr.h @@ -187,6 +187,7 @@ #include "nsIAllocator.h" #include #include +#include "plhash.h" //---------------------------------------------------------------------------------------- @@ -484,8 +485,6 @@ inline PRUnichar GetCharAt(const nsStr& aDest,PRUint32 anIndex){ #ifdef DEBUG -#include "plhash.h" - class nsStringInfo { public: nsStringInfo(nsStr& str); diff --git a/mozilla/xpcom/ds/nsStr.h b/mozilla/xpcom/ds/nsStr.h index 6fede507c2f..8c04f56d032 100644 --- a/mozilla/xpcom/ds/nsStr.h +++ b/mozilla/xpcom/ds/nsStr.h @@ -187,6 +187,7 @@ #include "nsIAllocator.h" #include #include +#include "plhash.h" //---------------------------------------------------------------------------------------- @@ -484,8 +485,6 @@ inline PRUnichar GetCharAt(const nsStr& aDest,PRUint32 anIndex){ #ifdef DEBUG -#include "plhash.h" - class nsStringInfo { public: nsStringInfo(nsStr& str); diff --git a/mozilla/xpcom/string/obsolete/nsStr.h b/mozilla/xpcom/string/obsolete/nsStr.h index 6fede507c2f..8c04f56d032 100644 --- a/mozilla/xpcom/string/obsolete/nsStr.h +++ b/mozilla/xpcom/string/obsolete/nsStr.h @@ -187,6 +187,7 @@ #include "nsIAllocator.h" #include #include +#include "plhash.h" //---------------------------------------------------------------------------------------- @@ -484,8 +485,6 @@ inline PRUnichar GetCharAt(const nsStr& aDest,PRUint32 anIndex){ #ifdef DEBUG -#include "plhash.h" - class nsStringInfo { public: nsStringInfo(nsStr& str);