NECKO only: fix build bustage when doing a clobber build

git-svn-id: svn://10.0.0.236/trunk@39368 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
andreas.otte%primus-online.de 1999-07-14 20:47:55 +00:00
parent b1118376b7
commit 33d70d717d
3 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,7 @@
#else
#include "nsINetSupport.h"
#include "nsIRefreshUrl.h"
#include "jsurl.h"
#endif
#include "nsIScriptGlobalObject.h"
#include "nsIScriptContextOwner.h"
@ -52,7 +53,6 @@
#include "nsIPref.h"
#include "nsITimer.h"
#include "nsITimerCallback.h"
#include "jsurl.h"
#include "nsIBrowserWindow.h"
#include "nsIContent.h"
#include "prlog.h"

View File

@ -26,7 +26,9 @@
#include "nsIDOMNativeObjectRegistry.h"
#include "nsScriptNameSetRegistry.h"
#include "nsIScriptEventListener.h"
#ifndef NECKO
#include "jsurl.h"
#endif
#include "nsIScriptContext.h"
#include "nsHTMLTagsEnums.h"
#include "nsIDOMAttr.h"

View File

@ -29,6 +29,7 @@
#else
#include "nsINetSupport.h"
#include "nsIRefreshUrl.h"
#include "jsurl.h"
#endif
#include "nsIScriptGlobalObject.h"
#include "nsIScriptContextOwner.h"
@ -52,7 +53,6 @@
#include "nsIPref.h"
#include "nsITimer.h"
#include "nsITimerCallback.h"
#include "jsurl.h"
#include "nsIBrowserWindow.h"
#include "nsIContent.h"
#include "prlog.h"