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