From c16472211e6b98d7ff68230966eaf3b5c592da55 Mon Sep 17 00:00:00 2001 From: "disttsc%bart.nl" Date: Mon, 12 Mar 2001 23:17:18 +0000 Subject: [PATCH] Part of string clean-up bug 70143, move last three #includes of "nsString2.h" over to "nsString.h". r=bryner, sr=scc --- netwerk/mime/src/nsXMLMIMEDataSource.cpp | 2 +- netwerk/streamconv/src/nsStreamConverterService.cpp | 2 +- xpfe/bootstrap/appleevents/nsWindowUtils.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netwerk/mime/src/nsXMLMIMEDataSource.cpp b/netwerk/mime/src/nsXMLMIMEDataSource.cpp index b12cf0fa4ab6..f2b9c270cbcb 100644 --- a/netwerk/mime/src/nsXMLMIMEDataSource.cpp +++ b/netwerk/mime/src/nsXMLMIMEDataSource.cpp @@ -22,7 +22,7 @@ */ #include "nsXMLMIMEDataSource.h" #include "nsVoidArray.h" -#include "nsString2.h" +#include "nsString.h" #include "nsMIMEInfoImpl.h" #include "nsIURL.h" #include "nsCOMPtr.h" diff --git a/netwerk/streamconv/src/nsStreamConverterService.cpp b/netwerk/streamconv/src/nsStreamConverterService.cpp index b19687c3d4e2..6efd267c440d 100644 --- a/netwerk/streamconv/src/nsStreamConverterService.cpp +++ b/netwerk/streamconv/src/nsStreamConverterService.cpp @@ -36,7 +36,7 @@ #include "nsStreamConverterService.h" #include "nsIServiceManager.h" #include "nsIComponentManager.h" -#include "nsString2.h" +#include "nsString.h" #include "nsIAtom.h" #include "nsDeque.h" #include "nsIInputStream.h" diff --git a/xpfe/bootstrap/appleevents/nsWindowUtils.cpp b/xpfe/bootstrap/appleevents/nsWindowUtils.cpp index 0f24591a7bd6..cd6938a31e39 100644 --- a/xpfe/bootstrap/appleevents/nsWindowUtils.cpp +++ b/xpfe/bootstrap/appleevents/nsWindowUtils.cpp @@ -43,7 +43,7 @@ #include "nsIWindowMediator.h" #include "nsIURI.h" #include "nsIXULWindow.h" -#include "nsString2.h" +#include "nsString.h" #include "nsWindowUtils.h" #include "nsMacUtils.h" #include "nsXPIDLString.h"