From e4fe46d13d367d740357901bda0420caeda76397 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. --- netwerk/protocol/http/src/nsHTTPHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netwerk/protocol/http/src/nsHTTPHandler.cpp b/netwerk/protocol/http/src/nsHTTPHandler.cpp index c6bc483b3a1..e42f1414a9b 100644 --- a/netwerk/protocol/http/src/nsHTTPHandler.cpp +++ b/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 +}