Including nsIFileSpec.h directly. It is included indirectly. This

prep work for the nsIFile landing.
This commit is contained in:
dougt%netscape.com 2000-01-03 23:12:33 +00:00
Родитель c7d2d9fb4c
Коммит 1d1d7c9022
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -31,7 +31,7 @@
#include "nsIURL.h"
#include "nsILoadGroup.h"
#include "nsCOMPtr.h"
#include "nsIFileSpec.h"
// This is a helper class used to encapsulate code shared between all of the
// mailnews protocol objects (imap, news, pop, smtp, etc.) In particular,
// it unifies the core networking code for the protocols. My hope is that