From bc892b941fce7fa36c85efef6c75e1de9873ef03 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Thu, 6 Sep 2007 22:06:16 +0000 Subject: [PATCH] Remove xp_core.h & xp_mem.h and all build references to them. Remove cruft from xp_mcom.h & xp_str.h. Bug #38061 r=brendan sr=alecf a=valeski git-svn-id: svn://10.0.0.236/trunk@235251 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/browser/src/nsInternetSearchService.cpp | 2 +- mozilla/suite/browser/src/nsLocalSearchService.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/suite/browser/src/nsInternetSearchService.cpp b/mozilla/suite/browser/src/nsInternetSearchService.cpp index 8e634eb82c4..0bd1f98f906 100755 --- a/mozilla/suite/browser/src/nsInternetSearchService.cpp +++ b/mozilla/suite/browser/src/nsInternetSearchService.cpp @@ -50,12 +50,12 @@ #include "nsVoidArray.h" // XXX introduces dependency on raptorbase #include "nsXPIDLString.h" #include "nsRDFCID.h" -#include "xp_core.h" #include "plhash.h" #include "plstr.h" #include "prmem.h" #include "prprf.h" #include "prio.h" +#include "prlog.h" #include "rdf.h" #include "nsIDirectoryService.h" #include "nsDirectoryServiceDefs.h" diff --git a/mozilla/suite/browser/src/nsLocalSearchService.cpp b/mozilla/suite/browser/src/nsLocalSearchService.cpp index 926eb89f274..e975f4eddb4 100755 --- a/mozilla/suite/browser/src/nsLocalSearchService.cpp +++ b/mozilla/suite/browser/src/nsLocalSearchService.cpp @@ -49,12 +49,12 @@ #include "nsXPIDLString.h" #include "nsReadableUtils.h" #include "nsUnicharUtils.h" -#include "xp_core.h" #include "plhash.h" #include "plstr.h" #include "prmem.h" #include "prprf.h" #include "prio.h" +#include "prlog.h" #include "nsITextToSubURI.h" #include "nsIRDFObserver.h" #include "nsRDFCID.h"