Removed include of "windows.h". I'm sure at one point it was needed, but it should not need to be as webShell is XP code.

git-svn-id: svn://10.0.0.236/trunk@62690 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
2000-03-12 06:34:30 +00:00
parent 3e7aa8fe06
commit 4ce8b7d4f8
2 changed files with 0 additions and 8 deletions

View File

@@ -110,10 +110,6 @@ static NS_DEFINE_CID(kPlatformCharsetCID, NS_PLATFORMCHARSET_CID);
static NS_DEFINE_CID(kCharsetConverterManagerCID, NS_ICHARSETCONVERTERMANAGER_CID);
#if defined(XP_PC) && !defined(XP_OS2)
#include <windows.h>
#endif
#include "nsIIOService.h"
#include "nsIURL.h"
#include "nsIProtocolHandler.h"