From 355d2415e5c20ff23d7abfabd8bb6a4b27e8a4c0 Mon Sep 17 00:00:00 2001 From: "gagan%netscape.com" Date: Wed, 26 May 1999 08:53:17 +0000 Subject: [PATCH] Removed nsITimer dependency. git-svn-id: svn://10.0.0.236/trunk@32679 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/http/src/nsHTTPHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/netwerk/protocol/http/src/nsHTTPHandler.cpp b/mozilla/netwerk/protocol/http/src/nsHTTPHandler.cpp index c6bc483b3a1..e42f1414a9b 100644 --- a/mozilla/netwerk/protocol/http/src/nsHTTPHandler.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHTTPHandler.cpp @@ -18,7 +18,7 @@ #include "nsHTTPHandler.h" #include "nsHTTPConnection.h" -#include "nsITimer.h" +//#include "nsITimer.h" #include "nsIProxy.h" #include "plstr.h" // For PL_strcasecmp maybe DEBUG only... TODO check #include "nsIUrl.h" @@ -236,4 +236,4 @@ nsHTTPHandler::FollowRedirects(PRBool bFollow) { //m_bFollowRedirects = bFollow; return NS_OK; -} \ No newline at end of file +}