There is currently an ordering dependency between nsIPref.h and prefapi.h until something gets straightened out. As I don't know when this is happening, and this was breaking the OSF/1 build, handle this for now by moving nsIPref.h before prefapi.h in the includes.

This commit is contained in:
bruce%cybersight.com 1999-05-31 06:13:06 +00:00
Родитель 39c2b42449
Коммит a64a91d06e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -51,6 +51,7 @@
#include "mimetenr.h" /* | | | |--- MimeInlineTextEnriched */
/* SUPPORTED VIA PLUGIN | | |--------- MimeInlineTextCalendar */
#include "nsIPref.h"
#include "prefapi.h"
#include "mimeiimg.h" /* | |--- MimeInlineImage */
#include "mimeeobj.h" /* | |--- MimeExternalObject */
@ -62,7 +63,6 @@
#include "mimecth.h"
#include "mimebuf.h"
#include "nsIServiceManager.h"
#include "nsIPref.h"
#include "nsCRT.h"
#include "mimemoz2.h"
#include "nsIMimeContentTypeHandler.h"