Fix build bustage. Putting includes in ifdefs is BAD!

git-svn-id: svn://10.0.0.236/trunk@159290 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2004-07-15 20:49:15 +00:00
parent 5c1d8543f4
commit 5aabb9aa9c

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