Let's not put crucial XP includes in |#ifdef XP_WIN|. Fixing bustage.

This commit is contained in:
dbaron%fas.harvard.edu 2001-11-07 01:32:44 +00:00
parent f4f923ae74
commit 12b7ed903f

View File

@ -136,11 +136,9 @@
#include "nsICharsetConverterManager.h"
#include "nsIPlatformCharset.h"
#ifdef XP_WIN
#include "nsIDirectoryService.h"
#include "nsDirectoryServiceDefs.h"
#include "nsIFile.h"
#endif
#ifdef XP_UNIX
#if defined(MOZ_WIDGET_GTK)