NECKO only: fix build bustage when doing a clobber build

This commit is contained in:
andreas.otte%primus-online.de 1999-07-14 20:47:55 +00:00
Родитель 2ca490b526
Коммит a6747fa713
3 изменённых файлов: 4 добавлений и 2 удалений

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

@ -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"

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

@ -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"

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

@ -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"