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 +}