From b34290b4d02667ca77e90ebdf134372eca80d980 Mon Sep 17 00:00:00 2001 From: "jwalden%mit.edu" Date: Thu, 23 Nov 2006 13:19:53 +0000 Subject: [PATCH] Bug 359824 - necko unit test failure: test_authentication.js. Previous commit to revert bug 223846 forgot to remove an extra header that the original commit added; this commit removes that unnecessary include. r=vlad on the original backout patch git-svn-id: svn://10.0.0.236/trunk@215752 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp b/mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp index a7b642632e0..d25c7e7b71b 100644 --- a/mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp @@ -76,7 +76,6 @@ #include "nsStreamUtils.h" #include "nsIOService.h" #include "nsAuthInformationHolder.h" -#include "nsIMIMEHeaderParam.h" // True if the local cache should be bypassed when processing a request. #define BYPASS_LOCAL_CACHE(loadFlags) \