From b4b33b01a313ff26d4bd00faa47ffce6641fc101 Mon Sep 17 00:00:00 2001 From: morse Date: Fri, 29 May 1998 19:15:05 +0000 Subject: [PATCH] remove absolute path on include file git-svn-id: svn://10.0.0.236/trunk@2635 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/protocol/http/mkaccess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/network/protocol/http/mkaccess.c b/mozilla/network/protocol/http/mkaccess.c index edd720c6bfb..ee9c11972f7 100644 --- a/mozilla/network/protocol/http/mkaccess.c +++ b/mozilla/network/protocol/http/mkaccess.c @@ -3218,7 +3218,7 @@ NET_AskForProxyAuth(MWContext * context, #if defined(CookieManagement) -#include "/mozilla/lib/htmldlgs/htmldlgs.h" /* why is full pathname needed? */ +#include "htmldlgs.h" extern int XP_EMPTY_STRINGS; extern int SA_VIEW_BUTTON_LABEL; extern int SA_REMOVE_BUTTON_LABEL;