Removing dependence on obsolete headers. Bug 38061 (ongoing work). r=shaver, sr=brendan.

This commit is contained in:
bryner%uiuc.edu 2001-03-20 08:01:28 +00:00
Родитель 95b1a5b8cf
Коммит f285027413
8 изменённых файлов: 8 добавлений и 10 удалений

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

@ -45,7 +45,7 @@
#include "nsFileLocations.h"
#include "prmem.h"
#include "prprf.h"
#include "ntypes.h"
#include "xp_core.h"
#include "nsIPref.h"
static NS_DEFINE_IID(kIIOServiceIID, NS_IIOSERVICE_IID);

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

@ -29,7 +29,7 @@
#ifndef _SINGSIGN_H
#define _SINGSIGN_H
#include "ntypes.h"
#include "xp_core.h"
#include "nsString.h"
#include "nsVoidArray.h"
#include "nsIPref.h"

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

@ -29,7 +29,7 @@
#ifndef _WALLET_H
#define _WALLET_H
#include "ntypes.h"
#include "xp_core.h"
#include "nsIPresShell.h"
#include "nsString.h"
#include "nsFileSpec.h"

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

@ -278,9 +278,13 @@ printf( "dpi %f top %d bottom %d left %d right %d\n", mPrintSetup->dpi, mPrintSe
mPrintSetup->eol = ""; // For text translation, line terminator
mPrintSetup->bullet = "+"; // What char to use for bullets
#ifdef NOTYET
URL_Struct_* url = new URL_Struct_;
memset(url, 0, sizeof(URL_Struct_));
mPrintSetup->url = url; // url of doc being translated
#else
mPrintSetup->url = nsnull;
#endif
mPrintSetup->completion = NULL; // Called when translation finished
mPrintSetup->carg = NULL; // Data saved for completion routine
mPrintSetup->status = 0; // Status of URL on completion

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

@ -27,8 +27,6 @@
#include "xp_core.h"
#include "xp_file.h"
#include "ntypes.h"
#include "net.h"
#ifdef __cplusplus
#include "nsColor.h"
#include "nsCoord.h"

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

@ -28,8 +28,6 @@
#include <X11/extensions/Print.h>
#include "xp_core.h"
#include "xp_file.h"
#include "ntypes.h"
#include "net.h"
#include "nsColor.h"
#include "nsCoord.h"
#include "nsString.h"

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

@ -32,7 +32,7 @@
#ifndef xpcompat_h___
#define xpcompat_h___
#include "platform.h"
#include "xp_core.h"
#include "prtypes.h"
#include "nsCom.h"

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

@ -79,8 +79,6 @@
/* Network */
#include "net.h"
#include "nsPrefMigration.h"
#include "nsPrefMigrationFactory.h"