fixes compilation errors

git-svn-id: svn://10.0.0.236/branches/THREADS_20060213_BRANCH@190306 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2006-02-16 23:04:24 +00:00
parent 6d38faff99
commit 7b0bd223e2
3 changed files with 2 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -37,7 +37,7 @@
* ***** END LICENSE BLOCK ***** */
#include "nsProxyRelease.h"
#include "nsRunnable.h"
#include "nsThreadUtils.h"
#include "nsAutoPtr.h"
class nsProxyReleaseEvent : public nsRunnable