Getting rid of a usage of xp_file.h (bug 38061). r=jkeiser, not part of the build.

This commit is contained in:
bryner%netscape.com 2001-10-08 19:55:59 +00:00
parent afaf69b7a2
commit 281ca9b8c3

View File

@ -56,7 +56,7 @@ static NS_DEFINE_CID(kPlatformCharsetCID, NS_PLATFORMCHARSET_CID);
#include "nsICharsetConverterManager.h" #include "nsICharsetConverterManager.h"
static NS_DEFINE_CID(kCharsetConverterManagerCID, static NS_DEFINE_CID(kCharsetConverterManagerCID,
NS_ICHARSETCONVERTERMANAGER_CID); NS_ICHARSETCONVERTERMANAGER_CID);
#include "xp_file.h" #include "xp_path.h"
#include "nsIMIMEService.h" #include "nsIMIMEService.h"
#include "nsCExternalHandlerService.h" #include "nsCExternalHandlerService.h"
#include "nsICharsetAlias.h" #include "nsICharsetAlias.h"