From 7b0bd223e29ee5b2002b3ae65d7d828c0cc66096 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Thu, 16 Feb 2006 23:04:24 +0000 Subject: [PATCH] fixes compilation errors git-svn-id: svn://10.0.0.236/branches/THREADS_20060213_BRANCH@190306 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/base/public/nsNetUtil.h | 1 - mozilla/netwerk/base/src/nsTransportUtils.cpp | 3 +-- mozilla/xpcom/proxy/src/nsProxyRelease.cpp | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/netwerk/base/public/nsNetUtil.h b/mozilla/netwerk/base/public/nsNetUtil.h index bc544eeb8e8..e7148ff3df4 100644 --- a/mozilla/netwerk/base/public/nsNetUtil.h +++ b/mozilla/netwerk/base/public/nsNetUtil.h @@ -54,7 +54,6 @@ #include "nsISafeOutputStream.h" #include "nsIStreamListener.h" #include "nsIRequestObserverProxy.h" -#include "nsIStreamListenerProxy.h" // XXX for nsIAsyncStreamListener #include "nsISimpleStreamListener.h" #include "nsILoadGroup.h" #include "nsIInterfaceRequestor.h" diff --git a/mozilla/netwerk/base/src/nsTransportUtils.cpp b/mozilla/netwerk/base/src/nsTransportUtils.cpp index 63accaa5847..fbbaaf90e5f 100644 --- a/mozilla/netwerk/base/src/nsTransportUtils.cpp +++ b/mozilla/netwerk/base/src/nsTransportUtils.cpp @@ -36,9 +36,8 @@ #include "nsTransportUtils.h" #include "nsITransport.h" -#include "nsIDispatchTarget.h" #include "nsProxyRelease.h" -#include "nsRunnable.h" +#include "nsThreadUtils.h" #include "nsAutoLock.h" #include "nsAutoPtr.h" #include "nsCOMPtr.h" diff --git a/mozilla/xpcom/proxy/src/nsProxyRelease.cpp b/mozilla/xpcom/proxy/src/nsProxyRelease.cpp index 6a809e2ace8..41c2ab2205d 100644 --- a/mozilla/xpcom/proxy/src/nsProxyRelease.cpp +++ b/mozilla/xpcom/proxy/src/nsProxyRelease.cpp @@ -37,7 +37,7 @@ * ***** END LICENSE BLOCK ***** */ #include "nsProxyRelease.h" -#include "nsRunnable.h" +#include "nsThreadUtils.h" #include "nsAutoPtr.h" class nsProxyReleaseEvent : public nsRunnable