Removing include of windows.h in and ifdef XSL section of the code. Does not affect mozilla build.

This commit is contained in:
nisheeth%netscape.com 2000-05-12 04:40:55 +00:00
Родитель ac3debc1d5
Коммит df419864ce
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -68,9 +68,6 @@
#include "nsXSLContentSink.h"
#include "nsIDOMDocument.h"
#include "nsIDOMElement.h"
#ifdef XP_PC
#include <windows.h>
#endif
#include "nsISupports.h"
#include "nsParserCIID.h"
#include "nsIIOService.h"

Просмотреть файл

@ -68,9 +68,6 @@
#include "nsXSLContentSink.h"
#include "nsIDOMDocument.h"
#include "nsIDOMElement.h"
#ifdef XP_PC
#include <windows.h>
#endif
#include "nsISupports.h"
#include "nsParserCIID.h"
#include "nsIIOService.h"