From 4ce8b7d4f87b2ee52a4e537c8e615755ed69b22c Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Sun, 12 Mar 2000 06:34:30 +0000 Subject: [PATCH] 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 --- mozilla/docshell/base/nsWebShell.cpp | 4 ---- mozilla/webshell/src/nsWebShell.cpp | 4 ---- 2 files changed, 8 deletions(-) diff --git a/mozilla/docshell/base/nsWebShell.cpp b/mozilla/docshell/base/nsWebShell.cpp index 9ea0b5e1d36..143b0337628 100644 --- a/mozilla/docshell/base/nsWebShell.cpp +++ b/mozilla/docshell/base/nsWebShell.cpp @@ -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 -#endif - #include "nsIIOService.h" #include "nsIURL.h" #include "nsIProtocolHandler.h" diff --git a/mozilla/webshell/src/nsWebShell.cpp b/mozilla/webshell/src/nsWebShell.cpp index 9ea0b5e1d36..143b0337628 100644 --- a/mozilla/webshell/src/nsWebShell.cpp +++ b/mozilla/webshell/src/nsWebShell.cpp @@ -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 -#endif - #include "nsIIOService.h" #include "nsIURL.h" #include "nsIProtocolHandler.h"