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.

This commit is contained in:
tbogard@aol.net
2000-03-12 06:34:30 +00:00
parent cf094633cd
commit ac908f034e
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"