Including nsIFileSpec instead of nsFileSpec. Part of the prep work for landing

nsIFile
This commit is contained in:
dougt%netscape.com 2000-01-03 23:38:57 +00:00
Родитель 6ebfa81077
Коммит b9c9c38249
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -21,7 +21,7 @@
*/
#include "nsCOMPtr.h"
#include "nsFileSpec.h"
#include "nsIFileSpec.h"
#include "nsSpecialSystemDirectory.h"
#include "nsIChromeRegistry.h"
#include "nsIChromeEntry.h"

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

@ -21,7 +21,7 @@
*/
#include "nsCOMPtr.h"
#include "nsFileSpec.h"
#include "nsIFileSpec.h"
#include "nsSpecialSystemDirectory.h"
#include "nsIChromeRegistry.h"
#include "nsIChromeEntry.h"