Fix build bustage. Putting includes in ifdefs is BAD!

This commit is contained in:
bzbarsky%mit.edu 2004-07-15 20:49:15 +00:00
parent 714333c300
commit 888f05425c

View File

@ -46,12 +46,13 @@
#include "nsIServiceManager.h"
#include "nsIURL.h"
#include "nsNetUtil.h"
// URL file handling, copied and modified from xpfe/components/bookmarks/src/nsBookmarksService.cpp
#ifdef XP_WIN
#include <shlobj.h>
#include <intshcut.h>
#include "nsIFileURL.h"
#include "nsNetUtil.h"
#ifdef CompareString
#undef CompareString
#endif