Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com

git-svn-id: svn://10.0.0.236/trunk@89380 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2001-03-12 22:41:28 +00:00
parent 9fd869c744
commit 21f01836f0
52 changed files with 62 additions and 104 deletions

View File

@@ -53,6 +53,7 @@
#include "nsIURI.h"
#include "nsCURILoader.h"
#include "nsNetUtil.h"
#include "nsIFileChannel.h"
#include "nsIScriptGlobalObject.h"
#include "nsIWebNavigation.h"