Build ordering issues busted the clobber builds; forward declaring an interface and moving a #include around to fix.

This commit is contained in:
dmose%netscape.com 2001-08-18 00:04:54 +00:00
Родитель 568bb12b07
Коммит e1e99d0973
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -33,6 +33,7 @@
#include "nsIAutoCompleteResults.h"
#include "nsIServiceManager.h"
#include "nsIMsgHeaderParser.h"
#include "nsILDAPMessage.h"
#include "nsLDAP.h"
#include "prlog.h"

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

@ -22,9 +22,9 @@
*/
#include "nsISupports.idl"
#include "nsILDAPMessage.idl"
interface nsIAutoCompleteItem;
interface nsILDAPMessage;
/**
* An interface to allow different users of nsILDAPAutoCompleteSession to