Don't rely on headers including stuff: be sure to include nsIRDFResource.h and nsIRDFService.h.

This commit is contained in:
waterson%netscape.com 1999-05-04 05:01:24 +00:00
Родитель 60531f0ad3
Коммит e339032125
4 изменённых файлов: 4 добавлений и 0 удалений

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

@ -17,6 +17,7 @@
*/
#include "nsIRDFDataSource.h"
#include "nsIRDFService.h"
#include "nsIFolderListener.h"

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

@ -17,6 +17,7 @@
*/
#include "nsIRDFDataSource.h"
#include "nsIRDFService.h"
#include "nsIMsgHeaderParser.h"
/**

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

@ -21,6 +21,7 @@
#define __nsMsgRDFDataSource_h
#include "nsIRDFDataSource.h"
#include "nsIRDFService.h"
#include "nsIServiceManager.h"
#include "nsVoidArray.h"

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

@ -19,6 +19,7 @@
//This file holds some useful utility functions and declarations used by our datasources.
#include "rdf.h"
#include "nsIRDFResource.h"
#include "nsIRDFNode.h"
#include "nsString.h"